lilypond-user
[Top][All Lists]
Advanced

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

Re: Combine rests from two voices


From: David Stocker
Subject: Re: Combine rests from two voices
Date: Sat, 15 Nov 2008 11:17:32 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

You could use:

b2 /rest b4 /rest

in both voices. It would work but you'd get a collision error warning in the console output.

Another approach would be to use:

b2 /rest b4 /rest

in one voice and then use:

s2 s4

in the other.

regards,

Dave

Erik Ronström wrote:
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




_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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