lilypond-user
[Top][All Lists]
Advanced

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

Combine rests from two voices


From: Erik Ronström
Subject: Combine rests from two voices
Date: Sat, 15 Nov 2008 08:00:08 -0800 (PST)

Hi!

I am writing a single staff with two voices, using \voiceOne and \voiceTwo. Is 
it possible to have rests common to both voices to be combined into "single 
voice rests"?

Of course I could do like 

<<
  \newVoice = "one" { \voiceOne a4 b c d }
  \newVoice = "two" { \voiceTwo a4 b c d }
>>
r2 r4
<<
  \newVoice = "one" { \voiceOne a4 b c d }
  \newVoice = "two" { \voiceTwo a4 b c d }
>>

but it is not a very practical solution.

Regards
Erik








reply via email to

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