X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=god-of-our-fathers.ly;h=e83ee1770af2ac6dda703d0823455516d3999c36;hb=bd3b595932c04f7eb329df944c474f89bce236af;hp=6ed62e34afaa31163eb91226fd995b84fa4bdb01;hpb=6f8ca2d1ddc26dc34f0be9b733d6ef860005c06d;p=music diff --git a/god-of-our-fathers.ly b/god-of-our-fathers.ly index 6ed62e3..e83ee17 100644 --- a/god-of-our-fathers.ly +++ b/god-of-our-fathers.ly @@ -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) }