%\include "paper16.ly" %% this won't work with the Eb chord \include "paper20.ly" melody = \notes \relative c' { c4 c g' g | a a g2 \bar "|."; } text = \lyrics { Twin- kle, twink- le, litt-le star } accompaniment =\chords { c2 es | f c } \score { \simultaneous { \context ChordNames \accompaniment \context Staff = mel \melody } }