]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-spacing.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / span-bar-spacing.ly
index 0133543e9965c7aa29c49333ca1aa440f75744ce..a4a109abcf23b64ab3b390a634dc1a40a7025130 100644 (file)
@@ -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!
 }