Han-Wen Nienhuys wrote:

Added this to the doco:

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

This makes the multimeasure excessively wide and actually steals space from a following MM rest.

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 {}
}
    

Attachment: mmtest2.ps
Description: PostScript document

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to