]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-default-text-font-family.ly
LSR Update
[lilypond.git] / Documentation / snippets / changing-the-default-text-font-family.ly
index e025d0e4269517ea33abffb262c96cffabbc3c01..125f0dd1dbaf25e0c95272d08b656998b761fdff 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.2"
+% 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,7 +18,6 @@ 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
@@ -25,11 +25,12 @@ The default font families for text can be overridden with
      run
          lilypond -dshow-available-fonts blabla
      to show all fonts available in the process log.
-  %}
+  %} % begin verbatim
+
 
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Nimbus Sans"
+                          "Nimbus Sans,Nimbus Sans L"
                           "Luxi Mono"
 ;;                        "Helvetica"
 ;;                        "Courier"
@@ -53,5 +54,3 @@ The default font families for text can be overridden with
     }
   }
 }
-
-