]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-family-override.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / font-family-override.ly
index 11c82f601ce810c0b4b0db87af323e9e58861ca6..ab4649e6b1c60db6628bfc350be01ce4a6bfd52b 100644 (file)
@@ -5,14 +5,33 @@
 
 }
 
-\version "2.6.0"
+\version "2.10.0"
 
 \paper  {
   % change for other default global staff size. 
   myStaffSize = #20
+
+
+  %{
+
+  run
+
+      lilypond -dshow-available-fonts blabla
+
+  to show all fonts available in the process log.  
+  
+  %}
+
   
   #(define fonts
-    (make-pango-font-tree "Times New Roman" "Helvetica" "Courier" (/ myStaffSize 20)))
+    (make-pango-font-tree "Times New Roman"
+                          "Nimbus Sans"
+                          "Luxi Mono"
+
+;;     "Helvetica"
+;;     "Courier"
+
+     (/ myStaffSize 20)))
 }
 
 \relative {