]> Shamusworld >> Repos - music/blobdiff - go-tell-it-on-the-mountain-chorus.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / go-tell-it-on-the-mountain-chorus.ly
index 07c344ae7158e8c9e68fbd5a596b9abac47e487a..a9dbc90d53c4959098ed214511474b33c270b40f 100644 (file)
@@ -232,17 +232,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...
-
 StaffC = \relative c
 {
-%      \set Voice.autoBeaming = ##f
-%      \set Staff.instrument = #"Rhythm"
-       \override Staff.TimeSignature #'style = #'()
-       \time 4/4
+       \numericTimeSignature
        \override NoteHead #'style = #'slash
+       \teeny
 
        % Intro
 
@@ -347,6 +341,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)
 }