instrumentName = #"Synthesizer"
shortInstrumentName = #"Synth"
pedalSustainStyle = #'bracket
- } { \keyboard }
+ } {
+ <<
+ \new Staff {
+ \clef treble
+ \keyboard
+ }
+ >>
+ }
\new StaffGroup = "bass"
\with {
instrumentName = #"Bass"
\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