]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-default-text-font-family.ly
4704: Update LSR snippet for documentation
[lilypond.git] / Documentation / snippets / changing-the-default-text-font-family.ly
index 189b3fc46ab41fb3d00521315964b23a0c5aa4e1..125f0dd1dbaf25e0c95272d08b656998b761fdff 100644 (file)
@@ -1,7 +1,11 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.13.16"
+% 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"
@@ -21,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"
@@ -49,5 +54,3 @@ The default font families for text can be overridden with
     }
   }
 }
-
-