override lyric font size

2010-01-14 Thread Gerard McConnell
Hello, 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 with . How do I make the lyrics smaller here? And probably more important, is there a way I should be

Re: override lyric font size

2010-01-14 Thread Mats Bengtsson
You should find answers to these questions in the Learning Manual, especially in Sections 4 Tweaking output and 3.1.2 Score is a (single) compound musical expression. /Mats Gerard McConnell wrote: Hello, Here I want to change the font size of the lyrics. I've placed \override #'

Re: override lyric font size

2010-01-14 Thread Mats Bengtsson
You should also look at Section 3.3.4 Modifying context properties which mentions the fontSize property which is a so-called context property and affects the font size of everything that's printed within the current so- called context (such as the Lyrics context used to typeset your lyrics).

Re: override lyric font size

2010-01-14 Thread Dmytro O. Redchuk
У чт, 2010-01-14 у 12:16 +, Gerard McConnell пише: Hello, 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 with . How do I make the lyrics

Re: override lyric font size

2010-01-14 Thread Mats Bengtsson
None of these answers provide a method that also can be used to change the setting in the middle of the score. I'd say that the most immediate answer to the original question is to use ... \addlyrics { \override LyricText #'font-size = #-2 One and Two One and Two } ... even though the

Re: override lyric font size

2010-01-14 Thread Trevor Daniels
...@indigo.ie To: lilypond-user@gnu.org Sent: Thursday, January 14, 2010 12:16 PM Subject: override lyric font size Hello, 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

Re: override lyric font size

2010-01-14 Thread Dmytro O. Redchuk
У чт, 2010-01-14 у 13:43 +0100, Mats Bengtsson пише: None of these answers provide a method that also can be used to change the setting in the middle of the score. Yes, thanks :-) I'd say that the most immediate answer to the original question is to use ... \addlyrics { \override

Re: override lyric font size

2010-01-14 Thread Wilbert Berendsen
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