2008/1/6, Risto Vääräniemi <[EMAIL PROTECTED]>:
> Is there a way to change the R1 glyph from "rests.0o" to e.g. "rests.0" for
> that staff?
Why don't you try:
\override MultiMeasureRest #'stencil =
#ly:text-interface::print
\override MultiMeasureRest #'text =
\marku
so elegant solution, though.
-Risto
--
View this message in context:
http://www.nabble.com/Rests-in-Percussion-Notation-tp14539033p14648714.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
lilypond-user mai
clefPosition = #0
\override TimeSignature #'style = #'numbered
}
}
}
%%% END %%%
--
View this message in context:
http://www.nabble.com/Rests-in-Percussion-Notation-tp14539033p14647733.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com
Can I manipulate whole and half measures rests in various 1-line staves?
In Lilypond, I've experimented with three 1-line staff options (see
code at end of message):
Custom Staff (setting # of lines to 1)
Rhythmic Staff
Percussion Staff (setting # of lines to 1)
RESULT