lilypond-user
[Top][All Lists]
Advanced

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

Re: Two voice notes with one voice rests


From: Phil Holmes
Subject: Re: Two voice notes with one voice rests
Date: Mon, 9 Apr 2012 18:49:02 +0100

----- Original Message ----- From: "Helge Kruse" <address@hidden>
To: <address@hidden>
Sent: Monday, April 09, 2012 6:17 PM
Subject: Two voice notes with one voice rests


Hello,

how can I write accords with stems like as used in two voices?

In the following example I would like to us the notes and stems from the first measure and the rests from the second measure.

\relative c'' {
  << { d8 r d r d r d r } \\ { b8 r b r b r b r }  >>
  <b d> r <b d> r <b d> r <b d> r
}


Regards,
Helge

Here's one way:

\relative c'' {
<< { \override Rest #'staff-position = #0 d8 r d r d r d r } \\ { b8 s b s b s b s } >>
  <b d> r <b d> r <b d> r <b d> r
}



--
Phil Holmes





reply via email to

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