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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to