X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar-spacing.ly;h=a4a109abcf23b64ab3b390a634dc1a40a7025130;hb=bd8e8f0193000854fef9d3de3cc0a9f667ea8fb1;hp=0133543e9965c7aa29c49333ca1aa440f75744ce;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;p=lilypond.git diff --git a/input/regression/span-bar-spacing.ly b/input/regression/span-bar-spacing.ly index 0133543e99..a4a109abcf 100644 --- a/input/regression/span-bar-spacing.ly +++ b/input/regression/span-bar-spacing.ly @@ -1,14 +1,19 @@ \header { - texidoc = "SpanBars participate in the horizontal collision system; -the accidentals should not collide with the bar lines." + texidoc = "Because @code{BarLine} grobs take their +extra-positioning-height from their neighbors via the +@code{pure-from-neighbor-interface}, the left edge of an +accidental should never fall to the left of the right +edge of a bar line. This spacing should also take place when +@code{SpanBar} grobs are present. +" } -\version "2.12.0" +\version "2.19.21" -upper = \relative c' { +upper = \relative { \key f \minor \time 12/8 r4. r8 r r r r r r r r - e8 e e e e e e e e e e e + e'8 e e e e e e e e e e e e, e'! e! e! e! e! e! e! e! e! e! e! }