lilypond-user
[Top][All Lists]
Advanced

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

Re: markup text height


From: Mats Bengtsson
Subject: Re: markup text height
Date: Thu, 17 Nov 2005 21:56:04 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

The standard method to move objects further away from the stave is to
increase the padding, as described in "Common Tweaks" in the manual.
For example
\override TextScript #'padding = #3.0
to move all text scripts upwards. You can also define a macro like
moveup = \once \override TextScript #'padding = #3.0
that you can use
\moveup d^"Sostenuto"

Another popular trick is
d^" "^"Sostenuto"
but I find that more ugly.

   /Mats

Roman V. Isaev wrote:
When I type

d'8[( \f ^"Sostenuto" e' f' e' d' e']) |

I get somethig horrible: http://www.soprano-recorder.ru/tmp/question4.gif

Ugh. I have to enter

d'8[( \f ^\markup { " " \raise #1.5 "Sostenuto" } e' f' e' d' e']) |

but it's a lot to type the same markup syntax many times. Is there any way
to do this automagically (i.e. if the text crosses slur line, then raise
the text above slur)? Or at least do that rasing somehow less wordy, like
^^"text" gets raised by #1.0, ^^^"text" gets raised by #2.0, etc?


--
=============================================
        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]