On Tue, Jun 12, 2012 at 7:14 PM, Helge Kruse <[email protected]> wrote:
> Am 12.06.2012 08:57, schrieb [email protected]:
>
>> 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).

cheers,
Janek

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to