]> Shamusworld >> Repos - music/blobdiff - lamb-of-god.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / lamb-of-god.ly
index 0328571502bccfa038fd2706f4f895a2e993a4a6..97e76a6e324ba5b73c5e5f797b3b3a83655d48d5 100644 (file)
@@ -1,10 +1,10 @@
 % Still need hairpins, directions, dynamics, etc...
 
-\version "2.18.1"
+\version "2.19.0"
 \include "pop-chords.ly"
 \include "english.ly"
 
-% Good sizes are 16, 18, & 20
+% Good sizes are 16, 18, & 20 (11, 13, 14, 23, 26)
 staffSize = #20
 #(set-default-paper-size "letter")
 #(set-global-staff-size staffSize)
@@ -14,8 +14,6 @@ staffSize = #20
 
 \header
 {
-%Let's bump up the title size and switch to the chord font. :-)
-
        title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "Lamb of God" }
        composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Twila Paris" }
        arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Craig Harris" }
@@ -29,7 +27,7 @@ staffSize = #20
 Global =
 {
        \key c \major
-       \override Staff.TimeSignature #'style = #'()
+       \numericTimeSignature
        \time 3/4
 
        % Intro
@@ -89,7 +87,7 @@ Global =
                        s2. |   % 46
                }
                {
-                       s2. \bar "||"   % 47
+                       s2. \bar "|."   % 47
                }
        }
 }
@@ -98,13 +96,9 @@ Global =
 %
 % Lead vocal
 %
-
 LeadVox = \relative c'
 {
-%      \set Voice.autoBeaming = ##f
-%      \set Staff.instrument = #"Lead vox"
        \clef G
-\override Score.SpacingSpanner #'average-spacing-wishes = ##f
 
        % Intro
 
@@ -180,6 +174,7 @@ LeadVox = \relative c'
        d,2.^\fermata |   % 47
 }
 
+
 LeadVoxText = \lyricmode
 {
        Your on -- ly son, no sin to hide,
@@ -222,7 +217,6 @@ LeadVoxText = \lyricmode
 %
 % Riffs
 %
-
 Riffs = \relative c'
 {
        \teeny
@@ -248,7 +242,6 @@ Riffs = \relative c'
 %
 % Chord names
 %
-
 Chords = \chordmode
 {
        % Intro
@@ -329,15 +322,11 @@ Chords = \chordmode
 %
 % Chord rhythms
 %
-
 Rhythm = \relative c
 {
-%      \set Voice.autoBeaming = ##f
-%      \set Staff.instrument = #"Rhythm"
        \override Staff.TimeSignature #'style = #'()
-       \time 4/4
        \override NoteHead #'style = #'slash
-\tiny
+       \teeny
 
        % Intro
 
@@ -424,39 +413,30 @@ Dynamics =
        s4. s4._\markup { \italic { Band in } } |   % 11
        s2.*34 |   % 12-44 (+1 for blank coda)
        s4 s2_\markup { \italic { Rit. last time } } |   % 45
-
-%{
-       % Intro
-       s4_\markup { \italic { Ac. gtr only } } s2. |   % 1
-
-       s1*3 |   % 2-4
-
-       s4_\markup { \italic { Band in } } s2. |   % 5
-%}
 }
 
 
 \score
 {
        <<
+               \Global         % The "roadmap" that everything else depends on
                \set Score.skipBars = ##t
                \set Score.melismaBusyProperties = #'()
 
-%              \new ChoirStaff
+               \context Staff
+               <<
+                       \new Voice = "lead" \LeadVox
+                       \new Voice \Riffs
+                       \new Lyrics \lyricsto "lead" \LeadVoxText
+               >>
+
+               \new ChoirStaff
                <<
                        \new ChordNames \Chords
 %Capo 3 edition
 %                      \new ChordNames \transpose f d \Chords
                        \new RhythmicStaff << \Rhythm \Dynamics >>
                >>
-
-               \new Staff
-               <<
-                       \Global                                         % The "roadmap" that everything else depends on
-                       \new Voice = "lead" \LeadVox
-                       \new Voice \Riffs
-                       \new Lyrics \lyricsto "lead" \LeadVoxText
-               >>
        >>
 }
 
@@ -465,7 +445,7 @@ Dynamics =
 {
        #(define fonts (make-pango-font-tree
                "Times New Roman"
-               "DomCasual BT"
+               "LilyJAZZText"
                "Luxi Mono"
                (/ staffSize 20)))
 
@@ -480,11 +460,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)
-
-       system-system-spacing #'padding = #1
-       markup-system-spacing #'padding = #4
-       score-markup-spacing #'padding = #4
-       score-system-spacing #'padding = #4
 }
+