]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-column-rest-collision.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / dot-column-rest-collision.ly
index 3419f7304fa7f56dc60411c884d1e7381edf6793..767988e3f027f2c577090efff962ec479adb9236 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"
+\version "2.16.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] }
 >>