\version "2.12.3" \header { title = "test" composer = "test" } melody = \transpose c d'' { \set Staff.midiInstrument = #"acoustic guitar (nylon)" \tempo 4=207 \clef treble %\key c \minor \time 4/4 %begin { e8 c4 g8 f2 b2 e8 e4 b8 a8 e'8 a8 a8 f2 b8 b4 g8 g4 g4 e8 c4 g8 f2 b2 e8 e4 b8 a8 e'8 a8 a8 f2 b8 b4 g8 g4 g4 e1 } } chord = \transpose c d, { \set Staff.midiInstrument = #"acoustic guitar (nylon)" \clef bass %\key c \minor %\chordmode { 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 } } song = << \new Staff { \melody } \new Staff { \chord } >> \score { \song \midi {} \layout {} }