]> Shamusworld >> Repos - music/blobdiff - from-the-inside-out.ly
Update to ensure charts work with latest version of Lilypond.
[music] / from-the-inside-out.ly
index 9065ca126442d46c5f62c2f2399b9136ae597494..8a7fa2689eec456530b19b82071e125a7db6d4f2 100644 (file)
@@ -395,7 +395,7 @@ Chords = \chordmode
        f2 g |   % 55
        f2 g |   % 56
        f2 g |   % 57
-       g1 |   % 58
+       s1 |   % 58
 }
 
 
@@ -539,38 +539,20 @@ Dynamics =
 
 \score
 {
-%{
-       <<
-               <<
-%                      \new Staff = leadStaff { \new Voice = "lead" \LeadVox }
-                       \new Staff = leadStaff { << \new Voice = "lead" \LeadVox \new Voice = "riffs" \Riffs >> }
-                       \new Lyrics \lyricsto "lead" \LeadVoxText
-               >>
-
-               \new ChoirStaff = "Rhythm"
-               <<
-                       \new ChordNames = "chords" \Chords
-                       \new RhythmicStaff = "chordRhythm" << \StaffC \Dynamics >>
-               >>
-
-               \set Score.skipBars = ##t
-               \set Score.melismaBusyProperties = #'()
-       >>
-%}
        <<
                \set Score.skipBars = ##t
                \set Score.melismaBusyProperties = #'()
+               \Global         % The "roadmap" that everything else depends on
 
-               \new Staff
+               \context Staff
                <<
-                       \Global   % The "roadmap" that everything else depends on
                        \new Voice = "lead" \LeadVox
                        \new Voice \Riffs
                        \new Lyrics \lyricsto "lead" \LeadVoxTextA
                        \new Lyrics \lyricsto "lead" \LeadVoxTextB
                >>
 
-%              \new Staff
+               \new ChoirStaff
                <<
                        \new ChordNames \Chords
                        \new RhythmicStaff << \Rhythm \Dynamics >>