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: Wed, 13 Jun 2012 20:20:50 +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 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



reply via email to

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