lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2914 in lilypond: Patch: prevent collision of


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2914 in lilypond: Patch: prevent collision of ligatures and next note
Date: Thu, 18 Oct 2012 18:33:18 +0000


Comment #1 on issue 2914 by address@hidden: 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




reply via email to

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