lilypond-user
[Top][All Lists]
Advanced

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

Re: MIDI export: \partial measure and volta repeats


From: Federico Bruni
Subject: Re: MIDI export: \partial measure and volta repeats
Date: Wed, 17 Jun 2009 13:25:21 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090318)

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..




reply via email to

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