]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-flag-collision.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / dot-flag-collision.ly
index 049d030bf9ed7a784efd440e51e5554a1534c484..68165eb85b24b99a6dfdc22019ae9401c3a4a20a 100644 (file)
@@ -1,16 +1,19 @@
+
+\version "2.4.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."
 }
 
 \score {
-    \notes\relative c''
+    \relative c''
     {
        \time 8/4
-       \property Staff.autoBeaming = ##f
+       \set Staff.autoBeaming = ##f
        a,16.
        g''16.
        a,4. a8 a8. a16. c,16. g16.
     }
-    \paper { linewidth = -1. }
+    \layout { raggedright = ##t}
 }
 
+