2.13.1

I have read all of NR 3.5

If I have this structure:
global = { \repeat volta 2 s1*6 \alternative { { s1*2 } { s1*2 } } }

Should the following work to unfold the above repeats for a MIDI file?

\score{
 \new Score{ << { \unfoldRepeats \global } \melody >> }
 \midi{
   \context{ \Score tempoWholesPerMinute = #(ly:make-moment 120 4) }
 }
}

Thanks,

Paul Scott









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

Reply via email to