summaryrefslogtreecommitdiff
path: root/02-song2
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-11-17 12:08:39 +0100
committerrekado <rekado@elephly.net>2016-11-17 12:08:39 +0100
commitb3b0310d057e63cc28645de0bf30423a60cec20b (patch)
tree5d44475bf803163d37eb6d3722ced00d54585982 /02-song2
parent17bec499f1a58ad917f176c17ea7cf773cbce23a (diff)
song2: keys: Print note names.
Diffstat (limited to '02-song2')
-rw-r--r--02-song2/02-song2.ly11
-rw-r--r--02-song2/parts/keys.ly17
2 files changed, 23 insertions, 5 deletions
diff --git a/02-song2/02-song2.ly b/02-song2/02-song2.ly
index 28f9db7..e8c2327 100644
--- a/02-song2/02-song2.ly
+++ b/02-song2/02-song2.ly
@@ -20,12 +20,19 @@
}
AllMusic = <<
- \new Staff = "keyboard"
+ \new PianoStaff = "keyboard"
\with {
instrumentName = #"Synthesizer"
shortInstrumentName = #"Synth"
pedalSustainStyle = #'bracket
- } { \keyboard }
+ } {
+ <<
+ \new Staff {
+ \clef treble
+ \keyboard
+ }
+ >>
+ }
\new StaffGroup = "bass"
\with {
instrumentName = #"Bass"
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