summaryrefslogtreecommitdiff
path: root/01-song1/parts/keys.ly
diff options
context:
space:
mode:
Diffstat (limited to '01-song1/parts/keys.ly')
-rw-r--r--01-song1/parts/keys.ly8
1 files changed, 2 insertions, 6 deletions
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
}
}