Using a sans serif font looks nicer

For exemple

|(markup #:override '(font-name . "Noto Sans,") #:fontsize 1 arg)|

|(markup #:override '(font-name . "Arial,") #:fontsize 1 arg)|

Le 22.11.25 à 11:23, Kieren MacMillan a écrit :
%%%  SNIPPET BEGINS
\version "2.24.4"

#(define-markup-command (IPA layout props arg) (markup?)
    (interpret-markup layout props
      (markup #:override '(font-name . "Times New Roman,") #:fontsize 2 arg)))

text = \lyricmode {
   \markup \override #'(baseline-skip . 3.1) \center-column { prayer \IPA/prɛː/ 
}
   please
}

melody = \relative c' {
   f g
}

\score {
   <<
     \new Voice = "one" {
       \melody
     }
     \new Lyrics \lyricsto "one" \text
   >>
}
%%%  SNIPPET ENDS
--
Silvain Dupertuis
Route de Lausanne 335
1293 Bellevue (Switzerland)
tél. +41-(0)22-774.20.67
portable +41-(0)79-604.87.52
web: silvain-dupertuis.net <https://www.silvain-dupertuis.net/>

Reply via email to