]> Shamusworld >> Repos - music/blobdiff - in-christ-alone.ly
Added various charts.
[music] / in-christ-alone.ly
index e386812e182fc6edfac33e8639e638ac27b08fc2..b736100abc6d1a7c0a7bc1dce8415e7fee2649bf 100644 (file)
@@ -245,14 +245,6 @@ Dynamics =
                \set Score.skipBars = ##t
                \set Score.melismaBusyProperties = #'()
 
-%              \new Staff
-               <<
-                       \new ChordNames \Chords
-%Capo 4 edition
-%                      \new ChordNames \transpose b g \Chords
-                       \new RhythmicStaff << \Rhythm \Dynamics >>
-               >>
-
                \new Staff
                <<
                        \Global                                         % The "roadmap" that everything else depends on
@@ -262,6 +254,14 @@ Dynamics =
                        \new Lyrics \lyricsto "lead" \LeadVoxTextB
                        \new Lyrics \lyricsto "lead" \LeadVoxTextC
                        \new Lyrics \lyricsto "lead" \LeadVoxTextD
+
+%              \new Staff
+               <<
+                       \new ChordNames \Chords
+%Capo 4 edition
+%                      \new ChordNames \transpose b g \Chords
+                       \new RhythmicStaff << \Rhythm \Dynamics >>
+               >>
                >>
        >>
 }
@@ -271,7 +271,7 @@ Dynamics =
 {
   #(define fonts (make-pango-font-tree
     "Times New Roman"
-    "DomCasual BT"
+    "JazzText"
     "Luxi Mono"
     (/ staffSize 20)))
 
@@ -284,6 +284,6 @@ 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)
+%let's try this: [It works! Huzzah!][nope, it does not]
+%      obsolete-page-top-space = 0  top-system-spacing #'basic-distance = #(/ obsolete-page-top-space staff-space)
 }