]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / collision-dots.ly
index 9e8183d799dde43d4e397fb4a68bdddb3515eda7..5de455975743fcabd59dbef37a2fda9bf707780f 100644 (file)
@@ -1,22 +1,17 @@
-
-
-
 \header { texidoc = "Collision resolution tries to put notes with dots
   on the right side."
 }
 
-\version "2.3.4"
-\paper { raggedright= ##t }
+\version "2.14.0"
+\layout { ragged-right= ##t }
 
 % todo: b2 (up) + b8 down looks strange compared to c2up + b8. (down)
-\score{
-        \context Staff  <<
-                \clef "bass"
-               { b8. c'16 d'4 b8  c'8  d'4 b2 b2  }
-               \\
-               { b2 b2 b8. a16 g4 b8 a g4 }
-        >>
-}
+\context Staff  <<
+  \clef "bass"
+  { b8. c'16 d'4 b8  c'8  d'4 b2 b2  }
+  \\
+  { b2 b2 b8. a16 g4 b8 a g4 }
+>>