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?





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to