2008/11/15 Erik Ronström <[EMAIL PROTECTED]>:
> 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"?

One thing you can do is to use spacing rests in one voice and
\oneVoice in the other whilst they both have rests.

\new Staff  <<
 \new Voice = "one" { \voiceOne a4 b c' d' \oneVoice r2 r4 \voiceOne a4 b c' d'}
 \new Voice = "two" { \voiceTwo a4 b c' d' s2 s4 a4 b c' d' }
>>

-- 
Francisco Vila. Badajoz (Spain)
http://www.paconet.org


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

Reply via email to