lilypond-user
[Top][All Lists]
Advanced

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

Re: collision between rest of one voice and the notes of the other voice


From: Kieren MacMillan
Subject: Re: collision between rest of one voice and the notes of the other voice
Date: Wed, 4 Oct 2006 19:50:12 -0400

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
}




reply via email to

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