lilypond-user
[Top][All Lists]
Advanced

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

Re: Title font and font size change


From: Eluze
Subject: Re: Title font and font size change
Date: Mon, 04 Feb 2013 16:29:47 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2


Am 04.02.2013 15:40, schrieb Rustik:
Eluze wrote
try or

      \new Lyrics = "sopranos" \with {
        \override LyricText.font-size = #16
      }
There is not absolute value. There is relative value.
Eluze wrote
try before the blah blah in the txt=  assignment.
If I try txt = \lyricmode {
\set lyricMelismaAlignment = #CENTER
\override LyricHyphen #'minimum-distance = #1
\markup \abs-fontsize #16
blah blah blah
}
There is only first word have font size = 16. If I try txt = \lyricmode {
\set lyricMelismaAlignment = #CENTER
\override LyricHyphen #'minimum-distance = #1
\markup \abs-fontsize #16 {
blah blah blah
}
}
it is equivalent to the { blah_blah_blah }. Three words relative to the
first note.
What other views?


then you have to write

\markup \abs-fontsize #16 \markup \abs-fontsize #16 \markup \abs-fontsize #16
Eluze





reply via email to

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