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



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

Reply via email to