]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-default-text-font-family.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / changing-the-default-text-font-family.ly
index bbd0565c97ad0bcadcffee4ee1bd975f0595373a..99e80cd7e2d833bce0f7885babce8fdb90d7d941 100644 (file)
@@ -1,10 +1,11 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
-%% and then run scripts/auxiliar/makelsr.py
-%%
-%% This file is in the public domain.
-\version "2.14.0"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.18.0
+\version "2.18.0"
 
 \header {
   lsrtags = "text, tweaks-and-overrides"
@@ -17,6 +18,7 @@ The default font families for text can be overridden with
   doctitle = "Changing the default text font family"
 } % begin verbatim
 
+
 \paper {
   % change for other default global staff size.
   myStaffSize = #20
@@ -28,7 +30,7 @@ The default font families for text can be overridden with
 
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Nimbus Sans"
+                          "Nimbus Sans,Nimbus Sans L"
                           "Luxi Mono"
 ;;                        "Helvetica"
 ;;                        "Courier"
@@ -52,5 +54,3 @@ The default font families for text can be overridden with
     }
   }
 }
-
-