]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-flag-collision.ly
Merge branch 'translation' of /home/jcharles/GIT/Lily/. into staging
[lilypond.git] / input / regression / dot-flag-collision.ly
index ec6d6c8ec3ce528e3ba1c30fb2ea6d3bc9fe7594..1c649d6d20afb46c24fa1dfb9f54dcbec282d680 100644 (file)
@@ -1,9 +1,19 @@
 
+\version "2.16.0"
 \header {
-texidoc = "Stems are extended if flags and dots collide."
+  texidoc = "Dots move to the right when a collision with the (up)flag happens."
 }
-       
-\score{
-  \notes\relative c'{ f8. g f16. g f32. g}
+\layout { ragged-right = ##t}
+
+
+\relative c''
+{
+  \time 8/4
+  \set Staff.autoBeaming = ##f
+  a,16.
+  g''16.
+  a,4. a8 a8. a16. c,16. g16.
 }
 
+
+