]> Shamusworld >> Repos - music/blobdiff - nothing-but-the-blood.ly
Added various charts.
[music] / nothing-but-the-blood.ly
index 33b62b05110be4b9dbb8fbde4023ab308ff4c388..e7718672178b1e37f44d881e7a5ec40a70302154 100644 (file)
@@ -3,7 +3,7 @@
 \include "english.ly"
 
 % Good sizes are 16, 18, & 20
-staffSize = #16
+staffSize = #18
 #(set-default-paper-size "letter")
 #(set-global-staff-size staffSize)
 #(ly:set-option (quote no-point-and-click))
@@ -254,9 +254,6 @@ LeadVoxTextAltC = \lyricmode
 
 Chords = \chordmode
 {
-%Bah, can't we set this globally?
-%      \popChords
-
        % Intro/midtro
 
        f4./a bf2:sus2 s8 |   % 1
@@ -431,7 +428,7 @@ StaffC = \relative c
 {
   #(define fonts (make-pango-font-tree
     "Times New Roman"
-    "DomCasual BT"
+    "JazzText"
     "Luxi Mono"
     (/ staffSize 20)))
 }