]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-default-text-font-family.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / changing-the-default-text-font-family.ly
index 214a75662e22e1425642a519eca1815d90e9a361..0b0097158bef92ad2798dc7fccb6d8cc0c96cbb6 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.12.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "text, tweaks-and-overrides"
@@ -25,7 +28,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"
@@ -49,5 +52,3 @@ The default font families for text can be overridden with
     }
   }
 }
-
-