]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / collision-dots.ly
index b05bfe865477e214a561320c064415a7ca7800f4..c603e3217f59d716e93b6a61cb3a72b01884162b 100644 (file)
@@ -1,22 +1,17 @@
-
-
-
 \header { texidoc = "Collision resolution tries to put notes with dots
   on the right side."
 }
 
-\version "2.1.30"
-\paper { raggedright= ##t }
+\version "2.11.51"
+\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 }
+>>