]> 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 5a8019422e83949423d016805d88f5d63adc946e..f1ddb9a1b6bbafbb60d53ca2fa9a667a2c4a8875 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.11.51"
+\version "2.14.0"
 \paper{ ragged-right=##t }
 <<
-  { e''8 e''8 g'' g''} \\
-  { e8 r4. }
+  { e''8 e'' g'' g'' e''8[ r8. e''16 g''8] } \\
+  { e8 r4. c'8[ r8. f'16 e'8] }
 >>