From 0ab9641f4c5e055451b779b0bf06608dfbe9d4d6 Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 9 Oct 2016 15:07:07 +0200 Subject: song1: keys: Use only one staff when printing part. --- 01-song1/music/keys.ly | 1 + 01-song1/parts/keys.ly | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) (limited to '01-song1') 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 } } -- cgit v1.2.3