summaryrefslogtreecommitdiff
path: root/01-song1/parts
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-11-17 11:58:52 +0100
committerrekado <rekado@elephly.net>2016-11-17 11:58:52 +0100
commit17bec499f1a58ad917f176c17ea7cf773cbce23a (patch)
treed84188e99254f871745410665f57e13df9886133 /01-song1/parts
parent940e69de890a09a6ad39b4667374f5851c5357a9 (diff)
song1: keys: Print note names.
Diffstat (limited to '01-song1/parts')
-rw-r--r--01-song1/parts/keys.ly17
1 files changed, 16 insertions, 1 deletions
diff --git a/01-song1/parts/keys.ly b/01-song1/parts/keys.ly
index 77c2425..67b248d 100644
--- a/01-song1/parts/keys.ly
+++ b/01-song1/parts/keys.ly
@@ -12,7 +12,22 @@
\include "../music/keys.ly"
\score {
- \compressMMRests { \keyboard }
+ \new PianoStaff = "keyboard" \with {
+ pedalSustainStyle = #'bracket
+ } {
+ <<
+ \new Staff {
+ <<
+ \clef treble
+ \compressMMRests \keyboard
+ \context NoteNames = "upper" {
+ \set printOctaveNames = ##f
+ \compressMMRests \keyboard
+ }
+ >>
+ }
+ >>
+ }
\layout {
indent = #0
short-indent = #0