]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Print out a \score around the contents
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 1 Nov 2008 21:26:46 +0000 (22:26 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 1 Nov 2008 21:29:16 +0000 (22:29 +0100)
commitd0f868bc919d342009e0f67dc4fb78ce0aed6add
tree38446c7bfb35cc9763e585743320bce2494d94cf
parentec05f5ef0c74941788e151977f9ade6b513e428e
MusicXML: Print out a \score around the contents

Implemented a dedicated Score class in musicexp.py for this...
It now prints
\score {
  [Contents]
  \layout {}
  % To create MIDI output, uncomment the following line:
  % \midi {}
}
python/musicexp.py
scripts/musicxml2ly.py