]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-column-rest-collision.ly
pure-rest-collision-callback: Remain on staff lines; issue 2468
[lilypond.git] / input / regression / dot-column-rest-collision.ly
index 3419f7304fa7f56dc60411c884d1e7381edf6793..49f811ce371cf222e2440e6de48b6082e5189f7e 100644 (file)
@@ -1,10 +1,12 @@
 \header {
-  texidoc = "Dot columns do not trigger beam slanting too early."
+  texidoc = "Dot columns do not trigger beam slanting too early.
+This input should compile with no programming error message,
+and the dots should be correctly placed on their rests."
 }
 
 \version "2.14.0"
 \paper{ ragged-right=##t }
 <<
-  { e''8 e''8 g'' g''} \\
-  { e8 r4. }
+  { e''8 e'' g'' g'' g''16[ r8. r8. g''16] } \\
+  { e8 r4. c'16[ r8. <a' b' c''>8. e'16] }
 >>