lilypond-user
[Top][All Lists]
Advanced

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

Re: override lyric font size


From: Wilbert Berendsen
Subject: Re: override lyric font size
Date: Fri, 15 Jan 2010 00:46:31 +0100
User-agent: KMail/1.12.4 (Linux/2.6.31-16-generic; KDE/4.3.4; i686; ; )

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/




reply via email to

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