]> git.donarmstrong.com Git - lilypond.git/commit
Convert dynamic marks (given in a <direction> tag, assigned to the staff at a given...
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 19 Aug 2007 22:21:30 +0000 (00:21 +0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 20 Aug 2007 03:35:14 +0000 (00:35 -0300)
commitee72e74cd7ae5df303bfbf4cf9be335d8f9d9202
tree01871da0333315111d3d972cadc8db5823d9ae7d
parentdffba2a49f12b6f204be1056b8e81b275f0d162f
Convert dynamic marks (given in a <direction> tag, assigned to the staff at a given position in xml, not to a note like in lilypond)

In the LilyPondVoiceBuilder, I added a method to store any pending dynamics and print them out only after the next note or rest (everything with duration>0) is encountered.

Also convert (de-)crescendo (begin/end also given in a <direction> tag, not assigned to a particular note)

Comment about broken dynamics, when they appear as first element of a part before any note (so that no voice_id is known yet).
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py