Hello,

in 2019 I produced a little booklet with Hebrew and German songs - in
version 2.18.2. The German text was rendered in a font with serifs, the
Hebrew text was in a font without serifs. Now (with a new pc and version
2.20) with the input, text in both languages is produced in a serif font. I
would prefer the previous fonts. How is it possible to globally define the
fonts for Latin and Hebrew fonts respectively? I know how to change it for
a particular text with \override - but I need a solution for the whole
document since it is a lot of text.
Thank you very much!

Best wishes,

Simon Hilber

\version "2.18.2"  % necessary for upgrading to future LilyPond versions.

#(set-default-paper-size "c5" 'landscape)

\bookpart {
 \score {
  <<
    \new Staff {
      \new Voice = "melody" {
        \relative c' {
\key c \major
\time 4/4

e8 (f) g (a) g4 e
}

 }
      }
         \new Lyrics \lyricsto "melody" {
           <<
{  \set stanza = "1." Ner li, ner li,
      }
\new Lyrics {
 \set associatedVoice = "melody"
נֵר __ לִי __ נֵר לִי

}
     >>
   }
  >>

}
} %End bookpart

Reply via email to