]> Shamusworld >> Repos - music/blobdiff - have-thine-own-way-lord-satb.ly
Update to ensure charts work with latest version of Lilypond.
[music] / have-thine-own-way-lord-satb.ly
index 3f99be88621f7ac9dfdf9f0cde7d318d7484c0d0..74a533c83a9acf8710abf7df90bbe2ae2f93f4c5 100644 (file)
@@ -23,15 +23,13 @@ staffSize = #20
 %
 % Lead vocal
 %
-
 LeadVox = \relative c''
 {
        \set Staff.instrumentName = #"Sop."
        \clef G
        \key ef \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 9/4
-%\override Score.SpacingSpanner #'average-spacing-wishes = ##f
 
        % Verse
 
@@ -54,9 +52,8 @@ AltoVox = \relative c'
        \set Staff.instrumentName = #"Alto"
        \clef G
        \key ef \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 9/4
-%\override Score.SpacingSpanner #'average-spacing-wishes = ##f
 
        % Verse
 
@@ -79,9 +76,8 @@ TenorVox = \relative c'
        \set Staff.instrumentName = #"Tenor"
        \clef F
        \key ef \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 9/4
-%\override Score.SpacingSpanner #'average-spacing-wishes = ##f
 
        % Verse
 
@@ -104,9 +100,8 @@ BassVox = \relative c
        \set Staff.instrumentName = #"Bass"
        \clef F
        \key ef \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 9/4
-%\override Score.SpacingSpanner #'average-spacing-wishes = ##f
 
        % Verse
 
@@ -203,11 +198,11 @@ Dynamics =
 
 \paper
 {
-  #(define fonts (make-pango-font-tree
-    "Times New Roman"
-    "DomCasual BT"
-    "Luxi Mono"
-    (/ staffSize 20)))
+       #(define fonts (make-pango-font-tree
+               "Times New Roman"
+               "JazzText"
+               "Luxi Mono"
+               (/ staffSize 20)))
 
 % Spread staves vertically across last page (default: t)
        ragged-last-bottom = ##f
@@ -218,6 +213,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)
 }
+