Op donderdag 14 januari 2010 schreef Gerard:

> Here I want to change the font size of the lyrics.  I've placed
>  
>     \override #' font-size = # -2
>  
> before \addlyrics, just after it, inside the brackets, and various other
> combinations

You must also specify what type of objects you want to set the font-size for. 
This will work.

{ c' d' e' f' g' }
\addlyrics {
        \override LyricsText #'font-size = #2
        One two three four five
}

you can also just use:

{ c' d' e' f' g' }
\addlyrics {
  \huge One two three \teeny four five
}

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/


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

Reply via email to