]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4591 / 4: NR: Enhance font-name overriding sample
authorMasamichi Hosoda <trueroad@trueroad.jp>
Mon, 7 Sep 2015 13:30:23 +0000 (22:30 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 17 Sep 2015 14:28:15 +0000 (23:28 +0900)
font-name can be described using a comma-separated list of fonts
and a white-space separated list of styles (shape, series etc.).

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 dfc5eef14d60bbe3052073475a8fe813dd233f50..d721c41bc8217559b326ae2011fa647d1f2ac9e6 100644 (file)
@@ -1593,8 +1593,8 @@ verwendet man folgende Syntax:
 \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
 
index d301757b0e68e0d31aa0c4d3863c0f877de51a5f..f85f5fa244f6ecbea07299705ec0bc344ccb6f2e 100644 (file)
@@ -1576,8 +1576,8 @@ FontConfig, usando la siguiente sintaxis:
 \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
 
index f66e432aed1d4b30e4aa623cdb78c488152121ca..8a18e96fe2eb84007309183b0e0a1b949cb7768e 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
 
index d4820c4d1cd015361ab5077a8daa62c124eca405..e8382c169f4a77975bb2d6ae29074a01c4cbbd84 100644 (file)
@@ -1539,8 +1539,8 @@ sintassi:
 \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
 
index a737f2963f114797c6272b7d9048afc26800d479..6227dfee5a70bd42b4c2129da3a5e182133bfffc 100644 (file)
@@ -1554,8 +1554,8 @@ FontConfig に認識されている任意のフォントを@c
 \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
 
index ae40256caa28a5536cb8a16ef78a17f5ae153486..1f66c48a714603cfcba3bd341fbf27bf8c2c5414 100644 (file)
@@ -1531,8 +1531,8 @@ FontConfig may be used in a score, using the following syntax:
 \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