Python music21.note.Note().pitch.accidental

사용 버전 : Python 3.6.8
사용 프로그램 : Atom 1.36.1 x64


파이썬 music21.note.Note().pitch.accidental에 대해서 알아보겠습니다.


music21.note.Note().pitch.accidental은
현재 음표(Note)의 임시표(Accidental) 상태를 나타냅니다.




아무것도 없으면, None을 반환합니다.





'#'가 하나면, accidental sharp를 반환합니다.






'#'가 두 개면, accidental double-sharp를 반환합니다.







'#'가 세 개면, accidental triple-sharp를 반환합니다.










'#'가 네 개면, accidental quadruple-sharp를 반환합니다.






'b'이 한 개면, accidental flat을 반환합니다.





'b'이 두 개면, accidental double-flat을 반환합니다.







'b'이 세 개면, accidental triple-flat을 반환합니다.







'b'이 네 개면, accidental quadruple-flat을 반환합니다.







네츄럴이 들어가면, accidental natural을 반환합니다.





끝.



카테고리: Python, music21

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

tensorflow tf.random.uniform()

Android Notification with Full Screen

KiCad 시작하기 2 (PCB 만들기)

Android Minimum touch target size

Python bs4.SoupStrainer()

KiCad 시작하기 4 (기존 회로도 수정 및 추가)

음악 총보(Score), 파트보(Part)

tensorflow tf.expand_dims()