On 22 May 2018 at 21:10, David Kastrup <d...@gnu.org> wrote:

> Sven Axelsson <sven.axels...@gmail.com> writes:
>
> > Another somewhat related question, would it be possible to automatically
> > wrap the music with `\unfoldRepeats` when generating MIDI output? Isn't
> > that what you always want anyways?
>
> \score {
>   \repeat volta 2 { c4 d e f }
>   \layout { }
>   \midi { }
> }
>
> What now?
>

That is ok, but try this:

\score {
  \repeat volta 2 { c4 d e f } \alternative { {e4} {c4} }
  \layout { }
  \midi { }
}

-- 
Sven Axelsson
++++++++++[>++++++++++>+++++++++++>++++++++++>++++++
>++++<<<<<-]>++++.+.++++.>+++++.>+.<<-.>>+.>++++.<<.
+++.>-.<<++.>>----.<++.>>>++++++.<<<<.>>++++.<----.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to