----- Original Message -----
From: "Disc Magnet" <[email protected]>
To: "lilypond-user Mailinglist" <[email protected]>
Sent: Saturday, January 22, 2011 3:49 PM
Subject: \repeat volta 2 {} doesn't repeat notes in the .MIDI file
I have the following LilyPond file:
\score {
\new PianoStaff <<
\set PianoStaff.midiInstrument = "acoustic grand"
\new Staff {
\tempo 4 = 120
\relative c' {
c e g e
\repeat volta 2 {
c f a f
}
}
}
>>
\midi { }
\layout{ }
}
However, in the midi generated only 8 notes are played: C E G E C F A F.
I expect a total of 12 notes to be played: C E G E C F A F C F A F.
How can I make the repeat effective in the MIDI file as well?
Have you looked in the Notation Reference section "3.5.4 Repeats in MIDI"?
--
Phil Holmes
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user