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 08:23:13 -0700 (PDT)


cayblood wrote:
> 
> 
> -Eluze wrote:
>> 
>> it is just the problem of implicit voices' assignments and what
>> attributes they get - if you explicitely define the attributes of that
>> voice you can get it:
>> 
>>       \context Voice = "new voice" { \voiceFour r8 }    % instead of just    
>>  
>> r8   line 93
>> 
> 
> 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\)
    }
  >> 


-- 
View this message in context: 
http://old.nabble.com/Problem-with-rest-placement-on-polyphonic-measure-tp31659733p31665054.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]