X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=from-the-inside-out.ly;h=8a7fa2689eec456530b19b82071e125a7db6d4f2;hb=bd3b595932c04f7eb329df944c474f89bce236af;hp=9065ca126442d46c5f62c2f2399b9136ae597494;hpb=6f8ca2d1ddc26dc34f0be9b733d6ef860005c06d;p=music diff --git a/from-the-inside-out.ly b/from-the-inside-out.ly index 9065ca1..8a7fa26 100644 --- a/from-the-inside-out.ly +++ b/from-the-inside-out.ly @@ -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 >>