summaryrefslogtreecommitdiff
path: root/03-circus/03-circus.ly
diff options
context:
space:
mode:
Diffstat (limited to '03-circus/03-circus.ly')
-rw-r--r--03-circus/03-circus.ly13
1 files changed, 12 insertions, 1 deletions
diff --git a/03-circus/03-circus.ly b/03-circus/03-circus.ly
index 8092e9e..18132ce 100644
--- a/03-circus/03-circus.ly
+++ b/03-circus/03-circus.ly
@@ -24,7 +24,18 @@ AllMusic = <<
instrumentName = #"Synthesizer"
shortInstrumentName = #"Synth"
pedalSustainStyle = #'bracket
- } { \keyboard }
+ } {
+ <<
+ \new Staff {
+ \clef treble
+ \keyboardUpper
+ }
+ \new Staff {
+ \clef bass
+ \keyboardLower
+ }
+ >>
+ }
\new StaffGroup = "bass"
\with {
instrumentName = #"Bass"