lilypond-user
[Top][All Lists]
Advanced

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

Re: unfoldRepeats for midi


From: Mark Polesky
Subject: Re: unfoldRepeats for midi
Date: Fri, 5 Jun 2009 15:37:34 -0700 (PDT)

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


      




reply via email to

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