Added this to the doco:This makes the multimeasure excessively wide and actually steals space from a following MM rest.
If you want to have a text on the left end of a multi-measure rest, attach the text to a zero-length skip note, i.e.
@example
s1*0^"Allegro"
R1*4 @end example
Paul
\score {
<
\property Score.skipBars = ##t
\context Staff = clarinet <
{
\notes {
\time 3/4 \mark "72"
< s1^\markup{ Largo } R4*3*11 >
\mark "73" R4*3*11 \mark "74" R4*3*2
d'2\pp\fermata r4 \bar "||"
}
}
>
>
\paper {}
}
mmtest2.ps
Description: PostScript document
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
