f8 b r8 d16 f gis1.\trill
}
-keyboard = \new PianoStaff \with {
- instrumentName = #"Synthesizer"
- shortInstrumentName = #"Synth"
- pedalSustainStyle = #'bracket
-}
-<<
- \new Staff \relative c' {
+keyboard = \relative c' {
%% Intro
\time 4/4
\key b \minor
\keysB
}
- \set PianoStaff.midiInstrument = #"choir aahs"
+ \set Staff.midiInstrument = #"choir aahs"
\key fis \minor
\keysTransition
\keysThree
- \set PianoStaff.midiInstrument = #"lead 8 (bass+lead)"
+ \set Staff.midiInstrument = #"lead 8 (bass+lead)"
\keysMartaRekado
- \set PianoStaff.midiInstrument = #"string ensemble 1"
+ \set Staff.midiInstrument = #"string ensemble 1"
\keysReprise
- \set PianoStaff.midiInstrument = #"electric piano 1"
+ \set Staff.midiInstrument = #"electric piano 1"
\keysFinal
}
->>