lilypond-user
[Top][All Lists]
Advanced

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

Lyrics size


From: Thomas Scharkowski
Subject: Lyrics size
Date: Wed, 03 Mar 2004 10:57:13 +0100
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

Hi all,

the following code works except "\override Lyrics .LyricText".

Help please!

Thank you,
Thomas
cygwin
--

\version "2.1.26"
\score {
<<        \context ChordNames
        \chords{
        c2 g:7
        }
        <<
        \context Voice = "Melody"
        \notes {
        \override Lyrics .LyricText   #'font-size = #' -2
        \stemUp
        \clef "G_8"
        \relative c'{
        c4 d e f
        }
        }
        \\
        \context Voice = "Bass"
        \notes {
        \stemDown               
        \relative c {
        c2 g
        }
        }
        \lyricsto "Melody" \new Lyrics \lyrics
        {
        This is my text!
        }
        >>
>>
        \paper {linewitdth=17.5 \cm}
        
}




reply via email to

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