bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1129 in lilypond: Font styles return to default when font size


From: lilypond
Subject: Re: Issue 1129 in lilypond: Font styles return to default when font size changed
Date: Wed, 14 Jul 2010 16:52:44 +0000


Comment #5 on issue 1129 by jworlton: Font styles return to default when font size changed
http://code.google.com/p/lilypond/issues/detail?id=1129

This bug also appears *without* the change to the font tree:

\version "2.13.26"
\score {
 <<
    \new Voice = "cantus" { \clef "G_8" c8  d e f  }
    \new Lyrics
       \lyricsto "cantus" { \lyricmode { Al -- le -- lu -- ia.     } }
  >>
  \layout { }
}

%%%%%%%%%%%%%   Bigger Score - inadvertedly get default font

\score {
 <<
    \new Voice = "cantus" { \clef "G_8" c8  d e f  }
    \new Lyrics
       \lyricsto "cantus" { \lyricmode { Al -- le -- lu -- ia.     } }
  >>
  \layout {
  #(layout-set-staff-size 30)
  }
}




reply via email to

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