summaryrefslogtreecommitdiff
path: root/02-song2/02-song2.ly
diff options
context:
space:
mode:
Diffstat (limited to '02-song2/02-song2.ly')
-rw-r--r--02-song2/02-song2.ly11
1 files changed, 9 insertions, 2 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"