]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-flag-collision.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / dot-flag-collision.ly
index efe21e878613cc62b527eff735bba0df02e573c9..045816968f1de764e66e59234f59130791c51f33 100644 (file)
@@ -1,19 +1,19 @@
 
-\version "2.1.30"
+\version "2.14.0"
 \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
-       \set 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.
 }
 
 
+