]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Implement dashed slurs, glissando styles, directed and non-arpeggios
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 11 Feb 2008 16:40:18 +0000 (17:40 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 11 Feb 2008 16:40:18 +0000 (17:40 +0100)
commit665e9d74204d0b97d1fe865f816b199a1b7d4f74
treed7b399934b8cd4cdc05591315084fb483a832a4e
parent867736237720d112f23904350fc90ca07d892b17
MusicXML: Implement dashed slurs, glissando styles, directed and non-arpeggios

Since I added functions print_before_note and print_after_note to
the Event class, it's now possible to apply individual settings
to things like glissando or slurs just once (using \once\override
before the note).
Also a
input/regression/musicxml/02b-Articulations-Texts-PJB.xml [new file with mode: 0644]
input/regression/musicxml/02c-MultipleNotationChildren-RFK.xml [new file with mode: 0644]
input/regression/musicxml/02d-Arpeggio.xml [new file with mode: 0644]
input/regression/musicxml/02h-MultipleNotationChildren-RFK.xml [deleted file]
input/regression/musicxml/02i-Articulations-Texts-PJB.xml [deleted file]
input/regression/musicxml/04b-Glissando.xml [new file with mode: 0644]
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py