lilypond-user
[Top][All Lists]
Advanced

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

RE: rest placement in multi-voice piano staff


From: Stephen MacNeil
Subject: RE: rest placement in multi-voice piano staff
Date: Tue, 24 Mar 2015 22:30:19 -0400

you can specify a placement for the rest by indicating a note\rest. in this case i used g8\rest


hope that helps


stephen



\include "english.ly"


pianoVoiceOne = \relative c' { <fs b d>2 <f c'> }

pianoVoiceTwo = \relative c' { s1 }

pianoVoiceThree = \relative c' { \stemDown g8\rest a fs [ d ] \stemUp b gs <e'

gs>4 }

pianoVoiceFour = \relative c, { \stemDown b2 e }


<<

\new PianoStaff <<

\new Staff = "upper" <<

\new Voice = "first" \pianoVoiceOne

\new Voice = "second" \pianoVoiceTwo

>>

\new Staff = "lower" <<

\clef bass

\new Voice = "third" \pianoVoiceThree

\new Voice = "fourth" \pianoVoiceFour

>>

>>

>>

\layout { }


reply via email to

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