]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4598 / 2: NR: Change example's font name
authorMasamichi Hosoda <trueroad@trueroad.jp>
Fri, 11 Sep 2015 16:18:56 +0000 (01:18 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 17 Sep 2015 14:33:12 +0000 (23:33 +0900)
Most environments have "Nimbus Sans L" instead of "Nimbus Sans".
This commit replaces "Nimbus Sans" with the list of
"Nimbus Sans" and "Nimbus Sans L".

Documentation/de/notation/text.itely
Documentation/es/notation/text.itely
Documentation/fr/notation/text.itely
Documentation/it/notation/text.itely
Documentation/ja/notation/text.itely
Documentation/notation/text.itely

index d721c41bc8217559b326ae2011fa647d1f2ac9e6..9179e508fac7243b16f90b208fd85ecf63a89250 100644 (file)
@@ -1643,7 +1643,7 @@ Schriftarten in @ref{Was sind Schriftarten}.
   myStaffSize = #20
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Nimbus Sans"
+                          "Nimbus Sans,Nimbus Sans L"
                           "Luxi Mono"
                            (/ myStaffSize 20)))
 }
index f85f5fa244f6ecbea07299705ec0bc344ccb6f2e..368e8e1f998acb94e3584741669f8007cd145878 100644 (file)
@@ -1629,7 +1629,7 @@ sobre las fuentes tipográficas, consulte @ref{Explicación de las fuentes tipog
 \paper  {
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Nimbus Sans"
+                          "Nimbus Sans,Nimbus Sans L"
                           "Luxi Mono"
                           (/ staff-height pt 20)))
 }
index 8a18e96fe2eb84007309183b0e0a1b949cb7768e..4d095ff7cb06ce4842250d2c8662e5a2c6b9744c 100644 (file)
@@ -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)))
 }
index e8382c169f4a77975bb2d6ae29074a01c4cbbd84..d668f48031bf02964b9cf85d499e1b323b697dcf 100644 (file)
@@ -1590,7 +1590,7 @@ del rigo.  I tipi di carattere  sono spiegati in @ref{Fonts explained}.
 \paper  {
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Nimbus Sans"
+                          "Nimbus Sans,Nimbus Sans L"
                           "Luxi Mono"
                           (/ staff-height pt 20)))
 }
index 6227dfee5a70bd42b4c2129da3a5e182133bfffc..02f80edc3fa24ba609b756e139a9622632d4311f 100644 (file)
@@ -1606,7 +1606,7 @@ lilypond -dshow-available-fonts x
 \paper  {
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Nimbus Sans"
+                          "Nimbus Sans,Nimbus Sans L"
                           "Luxi Mono"
                           (/ staff-height pt 20)))
 }
index 5ccd500d5833c4b67ed6245b537dd8c8a9ccca46..aec1a7a8db535b523a54ecfd5705f888b1a5dfd6 100644 (file)
@@ -1587,7 +1587,7 @@ size.  For an explanation of fonts, see @ref{Fonts explained}.
 \paper  {
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Nimbus Sans"
+                          "Nimbus Sans,Nimbus Sans L"
                           "Luxi Mono"
                           (/ staff-height pt 20)))
 }