Am 12.06.2012 19:48, schrieb Janek Warchoł:
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>>
...but without \\. You don't want to have \music typeset as first
voice (upstemmed).
Nope, as you can see I changed the music definition so that you get both
notes with up stem and down stem. The intention is to show the up/down
stem problem.
Without the \\ you get up and down stems but also an empty stave that
you don't want, want you? The oneVoice inhibits the "all upstemmed. Give
it try, pass the lines to Lilypond. ;-)
Helge
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user