lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with rest placement on polyphonic measure


From: -Eluze
Subject: Re: Problem with rest placement on polyphonic measure
Date: Fri, 20 May 2011 23:19:19 -0700 (PDT)


-Eluze wrote:
> 
> 
> cayblood wrote:
>> 
>> Thanks! Any idea how to keep the followVoice working? When I do that,
>> there is no longer a line between the r8 and the d8 in the lower staff.
>> 
> 
> i just wanted to point you to the idea - the following snippet should do
> the job:
>   <<
>     \context Voice = "up1" { d2 s }
>     \context Voice = "up2" { s2 r4 r8 d16 e }
>     \context Voice = "1" {
>       \set followVoice = ##t
>        \voiceFour  r8
>        \stemUp  
>       \change Staff = "lower"
>       d,^\( a' d,
>       \change Staff = "upper"
>       d' a a'4\)
>     }
>   >> 
> 
for only one occurrence of a rest position correction it might be easier to
simply position the rest with the \rest function:

{ 
      \set followVoice = ##t
      g,8 \rest
      \change Staff = "lower"
      d^\( a' d,
      \change Staff = "upper"
      d' a a'4\)
    }

Eluze
-- 
View this message in context: 
http://old.nabble.com/Problem-with-rest-placement-on-polyphonic-measure-tp31659733p31669383.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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