Peter Chubb wrote:


Federico> 2. the repeats and alternatives are not displayed
Federico> correctly. I've read about this workaround:
Federico> 
http://lilypond.org/doc/v2.13/Documentation/user/lilypond/Repeats-in-MIDI#Repeats-in-MIDI

\unfoldRepeats will still work.

Do like this:

\score {
    \unfoldRepeats <<
\context Staff << what you had before
        >>
    \midi {
    }
}


Thanks Peter,

in my first try I couldn't get unfoldRepeats to work (I thought it should be placed inside the voices) so I substituted all the "\repeats volta" with "\repeat unfold" and it worked fine.

But this solution is much better, I don't need to change all the repeat volta..


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

Reply via email to