lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MIDI files are overwritten when using \book


From: Maurizio Tomasi
Subject: MIDI files are overwritten when using \book
Date: Wed, 24 Nov 2004 10:47:15 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

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/
****************************************





reply via email to

[Prev in Thread] Current Thread [Next in Thread]