]> Shamusworld >> Repos - music/blobdiff - blessed-quietness-satb.ly
Update to ensure charts work with latest version of Lilypond.
[music] / blessed-quietness-satb.ly
index c75eba4dca5c0362fa27dfb81fa34517728c943b..4731b7964b1033e73945ecbddac21cc42328ff59 100644 (file)
@@ -24,13 +24,12 @@ staffSize = #18
 %
 % Lead vocal
 %
-
 LeadVox = \relative c'
 {
        \set Staff.instrumentName = #"Sop."
        \clef G
        \key a \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 3/4
 
        % Verse
@@ -62,7 +61,7 @@ AltoVox = \relative c'
        \set Staff.instrumentName = #"Alto"
        \clef G
        \key a \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 3/4
 
        % Verse
@@ -94,7 +93,7 @@ TenorVox = \relative c
        \set Staff.instrumentName = #"Tenor"
        \clef F
        \key a \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 3/4
 
        % Verse
@@ -126,7 +125,7 @@ BassVox = \relative c
        \set Staff.instrumentName = #"Bass"
        \clef F
        \key a \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 3/4
 
        % Verse
@@ -253,10 +252,10 @@ Dynamics =
 \paper
 {
   #(define fonts (make-pango-font-tree
-    "Times New Roman"
-    "DomCasual BT"
-    "Luxi Mono"
-    (/ staffSize 20)))
+       "Times New Roman"
+       "JazzText"
+       "Luxi Mono"
+       (/ staffSize 20)))
 
 % Spread staves vertically across last page (default: t)
        ragged-last-bottom = ##f
@@ -267,6 +266,5 @@ 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)
 }
+