X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=blessed-quietness-satb.ly;h=4731b7964b1033e73945ecbddac21cc42328ff59;hb=bd3b595932c04f7eb329df944c474f89bce236af;hp=c75eba4dca5c0362fa27dfb81fa34517728c943b;hpb=6f8ca2d1ddc26dc34f0be9b733d6ef860005c06d;p=music diff --git a/blessed-quietness-satb.ly b/blessed-quietness-satb.ly index c75eba4..4731b79 100644 --- a/blessed-quietness-satb.ly +++ b/blessed-quietness-satb.ly @@ -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) } +