bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Too little space between accidentals and preceding notes


From: Frédéric Chiasson
Subject: Too little space between accidentals and preceding notes
Date: Wed, 17 Jan 2007 09:18:05 -0500

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 }}

}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]