bug-lilypond
[Top][All Lists]
Advanced

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

broken horizontal brackets don't clear prefatory material


From: David Nalesnik
Subject: broken horizontal brackets don't clear prefatory material
Date: Thu, 26 Dec 2013 15:05:32 -0600

In the following snippet, there is a collision between the broken analysis
bracket and the clef (see image):

\version "2.17.97"


 {

  c''1\startGroup

  \break

  c''1\stopGroup

}


 \layout {

  ragged-right = ##t

  \context {

    \Voice

    \consists "Horizontal_bracket_engraver"

  }

}


The collision is bad, but the problem here seems to me that the broken
analysis bracket ought to begin to the right of the prefatory material, as
other broken spanners do.  If it's felt that starting the broken bracket
more to the right is the right approach, I've got the workings of a patch
which I can post to Rietveld.


--David

Attachment: horizontal-bracket-bug.png
Description: PNG image


reply via email to

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