Am 12.06.2012 08:57, schrieb m...@apollinemike.com:
form = {
\repeat unfold 4 { s1*4 \break }
}
music = {
\repeat unfold 64 a'4
}
<< \music \form>>
Actually this doesn't work. You will need something like this:
music = \relative c'' {
\repeat unfold 8 { a4 b c d e d c b }
}
<< \oneVoice \music \\ \form >>
This doesn't look as easy as what you provided. But the idea to divide
form and music is still valid.
Helge
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user