lilypond-user
[Top][All Lists]
Advanced

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

Hebrew and Latin fonts


From: Hilber, Simon
Subject: Hebrew and Latin fonts
Date: Fri, 7 Jan 2022 15:13:46 +0100

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

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