----- Original Message ----- From: "Helge Kruse" <[email protected]>
To: <[email protected]>
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



_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to