]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-flag-collision.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / dot-flag-collision.ly
index 267ffde42ac79d9945302bb5334f30ad363bebe5..23fa9adb6b6312e77cca9722236248e63cb729f4 100644 (file)
@@ -1,8 +1,19 @@
 
-\header { texidoc = "Dots are moved right if flags and dots
-collide. This doesn't happens when the dot fits beneath the flag " }
+\version "2.19.21"
+\header {
+  texidoc = "Dots move to the right when a collision with the (up)flag happens."
+}
+\layout { ragged-right = ##t}
+
 
-\score{
-  \notes\relative c'{ f8. g f16. g f32. g}
+\relative
+{
+  \time 8/4
+  \set Staff.autoBeaming = ##f
+  a16.
+  g''16.
+  a,4. a8 a8. a16. c,16. g16.
 }
 
+
+