lilypond-user
[Top][All Lists]
Advanced

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

Re: issue regarding adding text markup


From: Mats Bengtsson
Subject: Re: issue regarding adding text markup
Date: Mon, 29 Mar 2004 18:02:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

This is actually described in the manual, see
http://lilypond.org/doc/v2.0/Documentation/user/out-www/lilypond/Multi-measure-rests.html
You may want to use the \center or \column text markup commands to
print the number on its own line above or below the remaining text.
Alternatively, you could do something like
R2.*28^\markup{ 28 } _\markup {DC al coda }

  /Mats

chip wrote:
I have a piece that contains a DC Al Coda. I have a measure that contains a single note and a double-bar where the 'To Coda' text is attached to the note and the coda sign. That is followed by a multi-measure rest of 30 measures, which has another double-bar and the text 'DC Al Coda' attached to it. The actual coda section begins. To seperate it from the previous measures I put in a skip bar. I attach the coda sign to the skip bar. Problem is adding the text 'DC Al Coda' to the multimeasure rest causes the multimeasure rest number to disappear, even with the text placed below the staff. This is probably a bit confusing, here is the code -

g''4. fsharp''8 r4 \break
\once \property Voice.TextScript \override #'extra-offset =#'( -2 . 1)
f''2.^\markup {To Coda} \mark \markup {\musicglyph #"scripts-coda"} \bar"||"
\once \property Voice.TextScript \override #'extra-offset =#'( -2 . -10)
\bar "||"
\once \property Voice.TextScript \override #'extra-offset =#'( 10 . 2)
s2. * 2^\markup {Coda} \bar "||"
\property Score.skipBars = ##t R2. * 28
\property Score.RehearsalMark \override #'extra-offset =#'( -18 . 1)
b'8[ d''] \mark \markup {\musicglyph #"scripts-coda"} c''[ e''] d''[ fsharp'']
e''4 r r8 g''
fsharp'' a'' b''4 r \bar "|."

How do I attach more text without the number of measure disappearing?
Thanks,
--
Chip



_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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