Am 11.01.2016 um 21:02 schrieb John Gourlay:
> The pdf output contained the music I hoped for but the midi output does not
> contain the second measure of this three-measure opus.
You should use \unfoldRepeats (or \articulate):
\version "2.18.2"
foo = \relative {
\repeat volta 2 {
c'4 d e f
\transposition c''
}
\transposition c'
c e d f
}
\score {
\foo
\layout { }
}
\score {
\unfoldRepeats \foo
\midi { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user