[EMAIL PROTECTED] writes:I tried this again with Ferenc's 2.0.0 deb's and don't see an improvement.
Han-Wen Nienhuys wrote:
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
Ah, that seems to be a bug. I fixed it partially in 2.0 CVS. For the moment, you might want to put the "allegro" atop the 72 \mark.
Also after the above example from the doco did you mean to show the graphic for the example?
Thanks,
Paul
\score {
<<
\property Score.skipBars = ##t
\context Staff = clarinet <<
{
\notes {
\time 3/4 \mark "72"
<< s1*0^\markup{ Largo } R4*3*11 >>
\mark "73" R4*3*11 \mark "74" R4*3*2
d'2\pp\fermata r4 \bar "||"
}
}
>>
>>
\paper {}
}
mmtest2.pdf
Description: Adobe PDF document
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
