Paul Scott wrote:
> 2.13.1
> I have read all of NR 3.5
> Should the following work to unfold the above repeats for a MIDI
> file?

I'm assuming you read this page:
http://lilypond.org/doc/v2.13/Documentation/user/lilypond/Repeats-in-MIDI

Following the template provided there, I believe this should work:

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

Let me know if it doesn't. If it does, then the next question is:
Did you read NR 3.5.4 "Repeats in MIDI" and did you find it
confusing? If so, what exactly confused you? That way we can try
to make it clearer for future users, which is always important to
us!

HTH.
- Mark


      


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to