diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-01 14:12:31 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-01 14:12:31 +0200 |
commit | 557127f1857f8981bae2daa65aa6840c9a51f1c5 (patch) | |
tree | 02b287d7ad8641d8c916169ab246107696cbce9d /01-song1 | |
parent | b2ba0a1570bc5b18ea1167a0d75b7346a6d2e279 (diff) |
song 1: Remove tempo settings from instruments.
All tempo settings are done in click.ly.
Diffstat (limited to '01-song1')
-rw-r--r-- | 01-song1/music/keys.ly | 1 | ||||
-rw-r--r-- | 01-song1/music/stick.ly | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/01-song1/music/keys.ly b/01-song1/music/keys.ly index ccb6474..6aee3fe 100644 --- a/01-song1/music/keys.ly +++ b/01-song1/music/keys.ly @@ -139,7 +139,6 @@ keysEnd = \relative c { keyboard = \relative c' { - \tempo 4 = 90 \clef "treble_8" %% Intro \mark \default diff --git a/01-song1/music/stick.ly b/01-song1/music/stick.ly index 53a25df..75724ee 100644 --- a/01-song1/music/stick.ly +++ b/01-song1/music/stick.ly @@ -125,7 +125,6 @@ stickATransitionVariantPreOutroLeft = \relative c { } stickATransitionVariantPreOutroRight = \relative c' { - \tempo 4 = 195 \time 4/4 \repeat unfold 3 { cis8-2\3 gis-1\4 e-3\5 e' % bass side, -3\12 @@ -342,7 +341,6 @@ stick = << \stickWaltzRight \mark \default - \tempo 4 = 185 \repeat volta 2 \stickARight \stickAExtendedRight \stickATransitionVariantPreOutroRight |