]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-flag-collision.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / dot-flag-collision.ly
index 422ef79bf98e7880a414f009dd24bc57493959df..a2c6a416060ad560d555e587161e027d96a0fcde 100644 (file)
@@ -1,18 +1,19 @@
-\version "1.7.18"
+
+\version "2.11.51"
 \header {
-    texidoc = "Dots move to the right when a collision with the (up)flag happens"
+  texidoc = "Dots move to the right when a collision with the (up)flag happens."
 }
+\layout { ragged-right = ##t}
+
 
-\score {
-    \notes\relative c''
-    {
-       \time 8/4
-       \property Staff.autoBeaming = ##f
-       a,16.
-       g''16.
-       a,4. a8 a8. a16. c,16. g16.
-    }
-    \paper { raggedright = ##t}
+\relative c''
+{
+  \time 8/4
+  \set Staff.autoBeaming = ##f
+  a,16.
+  g''16.
+  a,4. a8 a8. a16. c,16. g16.
 }
 
-%% new-chords-done %%
+
+