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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to