Consider the following file `test.ly':
\book {
\score {
\relative c' { c4 d e f g1 }
\midi {}
} \score {
\relative g' { g4 f e d c1 }
\midi {}
}
}The output of Lilypond is the following:
$ lilypond --no-layout test.ly GNU LilyPond 2.4.2 Processing `test.ly' Parsing... Interpreting music... MIDI output to `test.midi'... Track... Interpreting music... MIDI output to `test.midi'... Track...
The resulting `test.midi' file contains only the second score: to me this seems a bug.
I remember that older Lilypond versions created test.midi, test-1.midi and so on. How can I force such a behaviour with \book?
Regards, Maurizio.
-- **************************************** Maurizio Tomasi Via Newton, 6 24126 Bergamo (Italy) Tel. +39-02-23699308 http://www.geocities.com/zio_tom78/ ****************************************
_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user
