lilypond-user
[Top][All Lists]
Advanced

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

Re: Text setting


From: Mats Bengtsson
Subject: Re: Text setting
Date: Sun, 30 Oct 2005 15:57:52 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

If you want your text indication typeset on top of the upper stave at
the beginning of the score, you should definitely use a
\mark \markup{...} before the first note (or the first rest, as in this
case). By default, such an indication will be centered on top of the key
signature whereas it will look better if it is left aligned in your
example. This is easy to fix, see the following example:

\version "2.6.3"
\score{
{
  \key c \minor
  \override Score.RehearsalMark #'self-alignment-X = #LEFT
\mark \markup{ \fontsize #2.5 { With passion } ( \raise # 0.5 { \note #"2" #1.0 }=55) }
  R1
}
}

To move around a full markup, I would in general recommend to use the
padding property if you just want to change the vertical position
and extra-offset if you want to move also horizontally (if it doesn't
help to just set the alignment). See "Common Tweaks" in the manual for
more information. As was already pointed out, you have to make sure that
you set the property on the relevant layout object.



  /Mats






reply via email to

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