]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-flag-collision.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / dot-flag-collision.ly
index b8f6387ad852cf99ba8970d287c706d9bd575dfa..23fa9adb6b6312e77cca9722236248e63cb729f4 100644 (file)
@@ -1,19 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.19.21"
 \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
+{
+  \time 8/4
+  \set Staff.autoBeaming = ##f
+  a16.
+  g''16.
+  a,4. a8 a8. a16. c,16. g16.
 }
 
 
+