Hi! Here is a code in which the accidentals are too close to the preceding notes. When printed, the left accidentals touch the notes. Maybe it would be better to add more padding to the left of the accidentals (but that's my opinion).
Frédéric \version "2.11.11" doubles = { c16 c c c c c c c c c c c c c c c } x = { <cis dis eis fis gis>4 } y = { <ces des ees fes ges>4 } xy = { <cis dis eis fis gis>4. <ces des ees fes ges>8 } \new Score { << \new Staff {\relative c'' { \x \y \x \y | \x \y \x \y | \x \y \x \y \xy \xy | \xy \xy }} \new Staff {\relative c' { \doubles | \doubles | \doubles | \doubles | \doubles }}
} _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond