From 557127f1857f8981bae2daa65aa6840c9a51f1c5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 1 Apr 2017 14:12:31 +0200 Subject: song 1: Remove tempo settings from instruments. All tempo settings are done in click.ly. --- 01-song1/music/keys.ly | 1 - 01-song1/music/stick.ly | 2 -- 2 files changed, 3 deletions(-) (limited to '01-song1') 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 -- cgit v1.2.3