lilypond-user
[Top][All Lists]
Advanced

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

Re: Title font and font size change


From: Rustik
Subject: Re: Title font and font size change
Date: Mon, 4 Feb 2013 05:52:40 -0800 (PST)

I use the following syntax:
 
\version "2.16.0"
txt = \lyricmode {
\set lyricMelismaAlignment = #CENTER
\override LyricHyphen #'minimum-distance = #1
blah blah blah
}
soprano = {
c''4 b' c''
}
alto = {
g'4 g' g'
}
tenor = {
e'4 d' e'
}
bass = {
c4 g c
}
global = {
\key c \major
\time 3/4
}
\score { 
  \new StaffGroup 
    <<
  \new Staff = "women" <<
      \new Voice = "sopranos" {
        \voiceOne
        << \global \soprano >>
      }
      \new Voice = "altos" {
        \voiceTwo
        << \global \alto >>
      }
    >>
    \new Lyrics = "sopranos"
    \context Lyrics = "sopranos" \lyricsto "sopranos" \txt
    \new Staff = "men" <<
      \clef bass
      \new Voice = "tenors" {
        \voiceOne
        << \global \tenor >>
      }
      \new Voice = "basses" {
        \voiceTwo << \global \bass >>
}
>>
>>
}
 
Where I must paste «\markup \abs-fontsize #16»?
 
«txt = \markup \abs-fontsize #16 {
blah blah blah
}» Does not work
 
«txt = \markup \abs-fontsize #16 \lyricmode {
blah blah blah
}» Does not work too.
 
What I'm doing wrong?
 
Thank you in advance for the answers



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401p140461.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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