]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-flag-collision.ly
Doc-es: various updates.
[lilypond.git] / input / regression / dot-flag-collision.ly
index 06afc8b858759ee41afcf3083177a4c89a41afac..23fa9adb6b6312e77cca9722236248e63cb729f4 100644 (file)
@@ -1,16 +1,16 @@
 
-\version "2.10.0"
+\version "2.19.21"
 \header {
   texidoc = "Dots move to the right when a collision with the (up)flag happens."
 }
 \layout { ragged-right = ##t}
 
 
-\relative c''
+\relative
 {
   \time 8/4
   \set Staff.autoBeaming = ##f
-  a,16.
+  a16.
   g''16.
   a,4. a8 a8. a16. c,16. g16.
 }