From 020ff1e606f452cdc472068bb4f34fda26a36b5b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 26 Apr 2017 19:13:06 +0200 Subject: song 2: Play everything at 100bpm. --- 02-song2/parts/keys.ly | 2 +- 02-song2/parts/stick.ly | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '02-song2/parts') diff --git a/02-song2/parts/keys.ly b/02-song2/parts/keys.ly index 3c21f3c..8af31d1 100644 --- a/02-song2/parts/keys.ly +++ b/02-song2/parts/keys.ly @@ -16,7 +16,7 @@ << \new Staff { << - \tempo 4 = 90 + \tempo 4 = 100 \clef treble \compressMMRests \keyboard \context NoteNames = "upper" { diff --git a/02-song2/parts/stick.ly b/02-song2/parts/stick.ly index b4e9e5b..d191509 100644 --- a/02-song2/parts/stick.ly +++ b/02-song2/parts/stick.ly @@ -16,7 +16,7 @@ \compressMMRests \stick } \layout { - \tempo 4 = 90 + \tempo 4 = 100 indent = #0 short-indent = #0 \context { -- cgit v1.2.3