lilypond-user
[Top][All Lists]
Advanced

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

Strange font change in v2.19.45


From: Patrick Karl
Subject: Strange font change in v2.19.45
Date: Wed, 27 Jul 2016 13:27:06 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Consider the following MWE:

\version "2.19.45"
\header {
    title = "My Title"
    composer = "My Composer"
    poet = "My Poet"
}
\paper { ragged-right = ##t }

A =  \relative g' { c1 }

\book { \bookOutputSuffix "Score1"
    \score {
        \new Staff \with { instrumentName = "Alto"  }  \A
        \header { piece = "Score1" }
        \layout {}
    }
}

\book { \bookOutputSuffix "Score2"
    \score {
        \new Staff \with { instrumentName = "Alto" } \A
        \header { piece = "Score2" }
        \layout {}
    }
}

It produces the attached two pdf outputs. Note the font change for composer, poet, instrumentName, and piece in Score2, while the font used for those fields looks normal in Score1.

This phenomenon seems to occur for any "book" past the first one.

This phenomenon did not occur in v2.19.38.

Is there a fix?  Is this a bug?





Attachment: Score1.png
Description: PNG image

Attachment: Score2.png
Description: PNG image


reply via email to

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