]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-flag-collision.ly
''
[lilypond.git] / input / regression / dot-flag-collision.ly
index 267ffde42ac79d9945302bb5334f30ad363bebe5..049d030bf9ed7a784efd440e51e5554a1534c484 100644 (file)
@@ -1,8 +1,16 @@
+\header {
+    texidoc = "Dots move to the right when a collision with the (up)flag happens"
+}
 
-\header { texidoc = "Dots are moved right if flags and dots
-collide. This doesn't happens when the dot fits beneath the flag " }
-
-\score{
-  \notes\relative c'{ f8. g f16. g f32. g}
+\score {
+    \notes\relative c''
+    {
+       \time 8/4
+       \property Staff.autoBeaming = ##f
+       a,16.
+       g''16.
+       a,4. a8 a8. a16. c,16. g16.
+    }
+    \paper { linewidth = -1. }
 }