Skip to content

Commit

Permalink
Merge branch 'pr-bend' of github.com:adhooge/music21 into pr-bend
Browse files Browse the repository at this point in the history
  • Loading branch information
adhooge committed Aug 13, 2024
2 parents 96782de + e4499dc commit e7e0db3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion music21/articulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
from music21 import common
from music21.common.classTools import tempAttribute
from music21 import environment
from music21 import style
from music21 import spanner
from music21 import style

Expand Down
1 change: 1 addition & 0 deletions music21/musicxml/xmlObjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
('stopped', articulations.Stopped),
('snap-pizzicato', articulations.SnapPizzicato),
('string', articulations.StringIndication),
('bend', articulations.FretBend),
# hammer-on and pull-off not implemented because handled
# in method objectAttachedSpannersToTechnicals of m21ToXml.py
# ('hammer-on', articulations.HammerOn),
Expand Down

0 comments on commit e7e0db3

Please sign in to comment.