staffA = { \clef treble \key g \major \time 3/4 fis'8 d'8 fis'4. d'8 | d'8 b'8 b'8 g'8 d'4 | a'4 fis'4. d'8 | d'4. d'8 g'4 | a'4 d'8 fis'8 a'4 | d'4 d'4. b'8 | c''8 g'4. e'4 | d'8 g'8 g'2 | e'2 e'4 | g'8 b'4. d'4 | \bar "|." } staffB = { \clef bass \key g \major \time 3/4 fis,2 fis4 | g2 b,4 | d4 fis4 a,4 | g4 d2 | fis2 a4 | b,4 fis,2 | e,4 g,4 g,4 | b,4 g2 | c2 c,4 | b,2 b,4 | \bar "|." } \score { \new TheStaff << \new Staff = "staffA" \staffA \new Staff = "staffB" \staffB >> \layout { } }