melodicaMusic = { \meterAndTempo \clef "treble" \key f \major \fixed f' { \stub } } pianoRHMusic = { \meterAndTempo \clef "treble" \key f \major \fixed f' { \stub } } pianoLHMusic = { \meterAndTempo \clef "bass" \key f \major \fixed f' { \stub } } staffMelodica = \new Staff \with { instrumentName = "Melodica" shortInstrumentName = "Mel." midiInstrument = "Melodica" } \melodicaMusic staffPiano = \new PianoStaff \with { instrumentName = "Piano" shortInstrumentName = "P." midiInstrument = "Grand" } << \new Staff \pianoRHMusic \new Staff \pianoLHMusic >>