Skip to content

Commit

Permalink
Add 'fa up' notehead type
Browse files Browse the repository at this point in the history
  • Loading branch information
TimFelixBeyer authored Mar 26, 2024
1 parent dbd8c9f commit 150a9ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion music21/note.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
'diamond',
'do',
'fa',
'fa up',
'inverted triangle',
'la',
'left triangle',
Expand Down Expand Up @@ -1132,7 +1133,7 @@ def notehead(self) -> str:
>>> note.noteheadTypeNames
('arrow down', 'arrow up', 'back slashed', 'circle dot', 'circle-x', 'circled', 'cluster',
'cross', 'diamond', 'do', 'fa', 'inverted triangle', 'la', 'left triangle',
'cross', 'diamond', 'do', 'fa', 'fa up', 'inverted triangle', 'la', 'left triangle',
'mi', 'none', 'normal', 'other', 're', 'rectangle', 'slash', 'slashed', 'so',
'square', 'ti', 'triangle', 'x')
>>> n = note.Note()
Expand Down

0 comments on commit 150a9ce

Please sign in to comment.