summaryrefslogtreecommitdiff
path: root/02-song2/parts/keys.ly
diff options
context:
space:
mode:
Diffstat (limited to '02-song2/parts/keys.ly')
-rw-r--r--02-song2/parts/keys.ly17
1 files changed, 14 insertions, 3 deletions
diff --git a/02-song2/parts/keys.ly b/02-song2/parts/keys.ly
index 7fbecc4..c966ef8 100644
--- a/02-song2/parts/keys.ly
+++ b/02-song2/parts/keys.ly
@@ -11,11 +11,22 @@
\include "../music/keys.ly"
\score {
- \new Staff \with {
+ \new PianoStaff = "keyboard" \with {
pedalSustainStyle = #'bracket
} {
- \tempo 4 = 90
- \compressMMRests { \keyboard }
+ <<
+ \new Staff {
+ <<
+ \tempo 4 = 90
+ \clef treble
+ \compressMMRests \keyboard
+ \context NoteNames = "upper" {
+ \set printOctaveNames = ##f
+ \compressMMRests \keyboard
+ }
+ >>
+ }
+ >>
}
\layout {
indent = #0