]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/notation/text.itely
Issue 4598 / 2: NR: Change example's font name
[lilypond.git] / Documentation / fr / notation / text.itely
index f66e432aed1d4b30e4aa623cdb78c488152121ca..4d095ff7cb06ce4842250d2c8662e5a2c6b9744c 100644 (file)
@@ -1600,8 +1600,8 @@ respectez la syntaxe suivante :
 \time 3/4
 
 a'1_\markup {
-  \override #'(font-name . "Bitstream Vera Sans Bold")
-    { Vera Bold }
+  \override #'(font-name . "Bitstream Vera Sans,sans-serif, Oblique Bold")
+    { Vera Oblique Bold }
 }
 @end lilypond
 
@@ -1653,7 +1653,7 @@ portées.  Pour plus d'explications sur les fontes, relisez
 \paper  {
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Nimbus Sans"
+                          "Nimbus Sans,Nimbus Sans L"
                           "Luxi Mono"
                            (/ staff-height pt 20)))
 }