]> 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 abb0f4a7e8835fcb5ef21eb325fd1df38bacc4ca..0b0097158bef92ad2798dc7fccb6d8cc0c96cbb6 100644 (file)
@@ -17,7 +17,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
@@ -29,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"