summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01-song1/music/keys.ly1
-rw-r--r--01-song1/parts/keys.ly8
2 files changed, 3 insertions, 6 deletions
diff --git a/01-song1/music/keys.ly b/01-song1/music/keys.ly
index 48febbd..f7940be 100644
--- a/01-song1/music/keys.ly
+++ b/01-song1/music/keys.ly
@@ -147,6 +147,7 @@ keysEnd = \relative c {
keyboard = <<
\new Staff \relative c' {
+ \tempo 4 = 90
\clef "treble_8"
%% Intro
\time 4/4
diff --git a/01-song1/parts/keys.ly b/01-song1/parts/keys.ly
index 4770cfc..77c2425 100644
--- a/01-song1/parts/keys.ly
+++ b/01-song1/parts/keys.ly
@@ -12,17 +12,13 @@
\include "../music/keys.ly"
\score {
- \new PianoStaff = "keyboard" \with {
- pedalSustainStyle = #'bracket
- } {
- \tempo 4 = 90
- \compressMMRests { \keyboard }
- }
+ \compressMMRests { \keyboard }
\layout {
indent = #0
short-indent = #0
\context {
\Score
+ pedalSustainStyle = #'bracket
\numericTimeSignature
}
}