help-gnu-music
[Top][All Lists]
Advanced

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

Re: PianoStaff rests


From: Rune Zedeler
Subject: Re: PianoStaff rests
Date: Thu, 14 Jun 2001 12:06:02 +0100

Den 13-Jun-01 skrev John Galbraith:

JG> has barlines and a staff but no notes or rests).    I was wondering if it
JG> is possible to have rests show up as if I typed R4*nnn or whatever 
JG> insteaod of a blank staff.  Actually creating a track with all
JG> multimeasure rests doesn't work, because I don't want to see rests
JG> when there is an active voice on the staff.  Creating a track

I think that you would achieve this by moving the MultiMeasureRest-engraver
from VoiceContext to StaffContext

\translator {
  \VoiceContext
  \remove MultimeasureRestEngraver
}
\translator {
  \StaffContext
  \consists MultiMeasureRestEngraver
}

then I think that no multimeasurerests will show up whenever there is anything
else on the staff, and you can just create a voice containing nothing but
mmrests.
Again: I am not sure.

-Rune




reply via email to

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