]> Shamusworld >> Repos - music/blobdiff - god-of-our-fathers.ly
Update to ensure charts work with latest version of Lilypond.
[music] / god-of-our-fathers.ly
index 6ed62e34afaa31163eb91226fd995b84fa4bdb01..e83ee1770af2ac6dda703d0823455516d3999c36 100644 (file)
@@ -29,7 +29,7 @@ LeadVox = \relative c'
        \set Staff.instrumentName = #"Sop."
        \clef G
        \key ef \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 4/4
 
        % Intro
@@ -67,7 +67,7 @@ AltoVox = \relative c'
        \set Staff.instrumentName = #"Alto"
        \clef G
        \key ef \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 4/4
 
        % Intro
@@ -105,7 +105,7 @@ TenorVox = \relative c'
        \set Staff.instrumentName = #"Tenor"
        \clef F
        \key ef \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 4/4
 
        % Intro
@@ -143,7 +143,7 @@ BassVox = \relative c
        \set Staff.instrumentName = #"Bass"
        \clef F
        \key ef \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 4/4
 
        % Intro
@@ -271,7 +271,7 @@ Dynamics =
 {
   #(define fonts (make-pango-font-tree
     "Times New Roman"
-    "DomCasual BT"
+    "JazzText"
     "Luxi Mono"
     (/ staffSize 20)))
 
@@ -284,6 +284,4 @@ Dynamics =
 
 % To find out what's eating the space at the top...
 %      annotate-spacing = ##t
-%let's try this: [It works! Huzzah!]
-       obsolete-page-top-space = 0  top-system-spacing #'basic-distance = #(/ obsolete-page-top-space staff-space)
 }