diff --git a/amazing-grace.ly b/amazing-grace.ly index 503aeca..da8c52f 100644 --- a/amazing-grace.ly +++ b/amazing-grace.ly @@ -28,6 +28,10 @@ lhArpeggioShortest = \relative c, { d8 a' d e fs a d2. | } +lhBrokenFifths = \relative c { + g8 d' g ~ g g d' ~ d g d g,4. | +} + dMajorScale = { cs d e fs g a b } introR = \relative c { @@ -127,7 +131,7 @@ firstThemeR = \relative c'' { 1. | 2. 4 | 2. | - \grace { d,16[ e fs] } << { g8( fs e) e( fs g) } \\ { a,4 a8 a4. } >> 4. \times 6/7 { d16 e fs g a b c } | + \grace { d,16[ e fs] } << { g8( fs e) e( fs g) } \\ { a,4 a8 a4 a8 } >> 4. \times 6/7 { d16 e fs g a b c } | } firstThemeL = \relative c, { @@ -172,7 +176,7 @@ firstInterludeR = \relative c'' { c4. c, c'4 c,8 c' b16 c b a | b4. b, b'4 b,8 b' a16 b a g | a4. a, | - \grace { d'16[ e fs] } << { g8 fs e e fs g } \\ { a,4 a8 a4. } >> 4. d, | + \grace { d'16[ e fs] } << { g8 fs e e fs g } \\ { a,4 a8 a4 a8 } >> 4. d, | } firstInterludeL = \relative c, { @@ -189,10 +193,6 @@ firstInterludeL = \relative c, { d'8 a' d e fs e d2. | } -lhBrokenFifths = \relative c { - g8 d' g ~ g g d' ~ d g d g,4. | -} - secondThemeR = \relative c'' { g4. \tiny \normalsize \grace { g16[ a] } b8 a g | b4. \tiny \normalsize \afterGrace a, { b16[ a] } | @@ -205,7 +205,7 @@ secondThemeR = \relative c'' { d4. \tiny a 4 | \times 3/5 { fs8 d fs a d } \times 3/5 { d fs a d d } d'4. \normalsize b,, | - d b d4 b8 \afterGrace d4. { b16[ d b] } | + d \tiny b d4 \normalsize b8 \afterGrace d4. { b16[ d b] } | g4. \tiny \normalsize d, | e \tiny 4 \normalsize g8 \afterGrace g4. { e16[ g e] } | d4. \tiny \afterGrace g { e16[ fs] } | diff --git a/amazing-grace.pdf b/amazing-grace.pdf index 0a55c7e..9b3608e 100644 Binary files a/amazing-grace.pdf and b/amazing-grace.pdf differ