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: Rustik
Subject: Re: Title font and font size change
Date: Mon, 4 Feb 2013 06:40:06 -0800 (PST)

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?



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401p140465.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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