]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Implement pitched rests
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 14 Sep 2007 21:58:51 +0000 (23:58 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 3 Oct 2007 16:39:17 +0000 (18:39 +0200)
commite0f230ea9f40e0231d80980c86cffff4def47799
tree929c979cfcae5beb546f5c7b8a0d6824168ab8a6
parent93eb140a19a60f548f95d32753510e255824087a
MusicXML: Implement pitched rests

In MusicXML, a rest can also have a pitch, given as
<display-step>A</display-step><display-octave>3</display-octave>
If given, convert these into ordinary lilypond pitches and print them
out as "a4 \rest" instead of "r4".

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py