On Sunday 27 March 2005 15.17, Chris Sawer wrote:
> Hi,
>
> Using LilyPond 2.4.5 on Mac OS X, the following score results in the
> MIDI file for the second score overwriting the MIDI file for the first
> score ("-1" is not appended any more). The paper output is as expected.
> I don't know how long this has been a problem for, or whether the
> behaviour is the same in recent 2.5 versions.
>
> Regards,
>
> Chris

It's a known bug, midi-book-overwrite.ly in cvs.

> \version "2.4.5"
>
> \score {
>   \new Staff { a4 b c' d' }
>   \layout {}
>   \midi {}
> }
>
> \score {
>   \new Staff { e'4 f' g' a' }
>   \layout {}
>   \midi {}
> }
>
>
>
> _______________________________________________
> bug-lilypond mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/bug-lilypond


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to