Hi, Michael: HTH, Kieren.
\version "2.8.6"
moveRestUp = \once \override MultiMeasureRest #'Y-offset = #4
moveRestDown = \once \override MultiMeasureRest #'Y-offset = #-5
theMusic = \relative
{
<< {c4 c c c} \\ { \moveRestUp R1 } >> \break
<< {c4 c c c} \\ { \moveRestDown R1 } >> \break
}
\score
{
\theMusic
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user
