summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-10-09 15:07:07 +0200
committerrekado <rekado@elephly.net>2016-10-09 15:07:07 +0200
commit0ab9641f4c5e055451b779b0bf06608dfbe9d4d6 (patch)
tree7674b91e5a64e6c2079144a04ba850509101ae58
parentf9ec30de635a29ec5fe12038b1404505dfee4598 (diff)
song1: keys: Use only one staff when printing part.
-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
}
}