X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=shout-to-the-lord.ly;h=6d1df8a3e0eee34e30b0e0fc73b1d78ddcf6df48;hb=bd3b595932c04f7eb329df944c474f89bce236af;hp=35b890ce5e340bdb336caf6cc55f214655046926;hpb=6f8ca2d1ddc26dc34f0be9b733d6ef860005c06d;p=music diff --git a/shout-to-the-lord.ly b/shout-to-the-lord.ly index 35b890c..6d1df8a 100644 --- a/shout-to-the-lord.ly +++ b/shout-to-the-lord.ly @@ -1,9 +1,9 @@ -\version "2.16.0" +\version "2.19.0" \include "pop-chords.ly" \include "english.ly" -% Good sizes are 16, 18, & 20 -staffSize = #16 +% Good sizes are 16, 18, & 20 (11, 13, 14, 23, 26) +staffSize = #18 #(set-default-paper-size "letter") #(set-global-staff-size staffSize) #(ly:set-option (quote no-point-and-click)) @@ -12,8 +12,6 @@ staffSize = #16 \header { -%Let's bump up the title size and switch to the chord font. :-) - title = \markup { \override #'(font-family . sans) \fontsize #3.5 "Shout To The Lord" } composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Darlene Zschech" } arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "Arr. Ed Smart" } @@ -36,7 +34,7 @@ Global = { % \key bf \major \key g \major % New key! - \override Staff.TimeSignature #'style = #'() + \numericTimeSignature \time 4/4 % Intro @@ -382,14 +380,11 @@ Chords = \chordmode % % Chord rhythms % - -% Use a RhythmicStaff on the chords instead of this? -% It almost works, but not quite. Doesn't collapse chords above to single notes... - Rhythm = { - \override Staff.TimeSignature #'style = #'() + \numericTimeSignature \override NoteHead #'style = #'slash + \teeny % Intro @@ -517,7 +512,7 @@ Dynamics = \score { << - \Global % The "roadmap" that everything else depends on + \Global % The "roadmap" that everything else depends on %nowok \transpose bf g \context Staff @@ -546,7 +541,7 @@ Dynamics = { #(define fonts (make-pango-font-tree "Times New Roman" - "DomCasual BT" + "LilyJAZZText" "Luxi Mono" (/ staffSize 20))) @@ -559,6 +554,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) } +