]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Implement metronome mark (tempo marks)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 5 Apr 2008 19:26:13 +0000 (21:26 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 5 Apr 2008 19:26:13 +0000 (21:26 +0200)
commit8adcaecb5ec48cad518d6097b458ba26baaa34fe
tree2fb835ba2e1a9419454562fc8655bb33724ebb63
parent1c12619a36e836f501d1a73dcd6f691ee4e8e378
MusicXML: Implement metronome mark (tempo marks)

MusicXML supports multiple types of metronome marks:
-) A simple one: note = beats (=> Lilypond \tempo note = beats)
-) note = other note (=> Lilypond has to use markup, no effect on
   midi :-((
-) A very advanced and possibly complex one, which uses <metronome-note>.
   This is not yet implemented.

Lilypond does not support parenthesized tempo marks, either, so in
this case, I also generate markup, which unfortunately does not have any
effect on midi..
input/regression/musicxml/03c-MetronomeMarks.xml [new file with mode: 0644]
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py