\version "2.23.0" \language "english" \header { title = "test_a" } global = { \key c \major \numericTimeSignature \time 3/4 } right = \fixed c' { \global % Music follows here. { <<{2 a8 g8}\\{a4 g4 4}>> |} %rh.56 = { <<{4 4 f8 e8}\\{s2 4}>> |} %rh.59 { <<{2 4}\\{s2.}>> |} %rh.58 { <<{r4 r8 c'8 8 g8}\\{2 c4}>> |} %rh.59 { <<{2 d8 e16 f16}\\{g4 f8 e8 4}>> |} %rh.60 = } left = \fixed c { \global % Music follows here. { <<{r8 d8 b d 4}\\{g,2}>> |} %lh.56 = { <<{r8 c8 g c 4}\\{e,2}>> |} %lh.57 = { <<{2 4}\\{r4 g,,4}>> |} %lh.58 = { <<{r8 g,8 e4 e,4}\\{c,2}>> |} %lh.59 = { <<{r8 c8 a4 4}\\{f,2}>> |} %lh.60 = } \score { \new PianoStaff \with { instrumentName = "Piano" } << \new Staff = "right" \with { midiInstrument = "acoustic grand" } \right \new Staff = "left" \with { midiInstrument = "acoustic grand" } { \clef bass \left } >> \layout { } \midi { \tempo 4=100 } }