Comment #1 on issue 2914 by [email protected]: Patch: prevent collision
of ligatures and next note
http://code.google.com/p/lilypond/issues/detail?id=2914
the attachments are generated from the file below. I haven't added it to
the regtest because I feel this sort of collision depends on too much
unknowns - I wouldn't be surprised if this particular example looked
totally ok in older versions.
----------------------------------------------------->8
\version "2.17.4"
\layout
{
\context
{
\MensuralStaff
\override BarLine #'stencil = ##f
createSpacing = ##f
}
\context
{
\Score
\override SpacingSpanner #'packed-spacing = ##t
\override SpacingSpanner #'shortest-duration-space = #0.0
\override SpacingSpanner #'spacing-increment = #0.0
}
}
\new MensuralStaff
{
\clef "petrucci-c4"
\[ e\longa f g a b \] d \[ b c \] e
}
Attachments:
ligature-collision.before.png 3.5 KB
ligature-collision.after.png 3.5 KB