lilypond-user
[Top][All Lists]
Advanced

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

Re: Appreciation / Financial support


From: Helge Kruse
Subject: Re: Appreciation / Financial support
Date: Tue, 12 Jun 2012 19:14:47 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

Am 12.06.2012 08:57, schrieb address@hidden:
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





reply via email to

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