diff options
author | rekado <rekado@elephly.net> | 2016-10-09 15:07:07 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-10-09 15:07:07 +0200 |
commit | 0ab9641f4c5e055451b779b0bf06608dfbe9d4d6 (patch) | |
tree | 7674b91e5a64e6c2079144a04ba850509101ae58 /01-song1 | |
parent | f9ec30de635a29ec5fe12038b1404505dfee4598 (diff) |
song1: keys: Use only one staff when printing part.
Diffstat (limited to '01-song1')
-rw-r--r-- | 01-song1/music/keys.ly | 1 | ||||
-rw-r--r-- | 01-song1/parts/keys.ly | 8 |
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 } } |