]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots.ly
Doc-es: various updates.
[lilypond.git] / input / regression / collision-dots.ly
index 2cfe4fdabee57fad6157333d73fb493e0283987d..b0e8e1487ac7fd84a57e4db754ab96671f9d10e8 100644 (file)
@@ -1,22 +1,17 @@
-
-
-
 \header { texidoc = "Collision resolution tries to put notes with dots
   on the right side."
 }
 
-\version "2.1.36"
-\paper { raggedright= ##t }
+\version "2.16.0"
+\layout { ragged-right= ##t }
 
 % todo: b2 (up) + b8 down looks strange compared to c2up + b8. (down)
-\score{
-        \context Staff \notes <<
-                \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 }
+>>