It seems that if you use paper16 Lily gives you errors with chords with
accidentals in the roots (like Eb). See attached example. Is there a quick
fix???
--
Atte Andr� Jensen
%\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
}
}