]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-move.ly
Fix regression file.
[lilypond.git] / input / regression / collision-dots-move.ly
index 8baf76d31469cf40833f5a75fc15925b49cc1168..fb7297fdd7e9d37691afcbe01b8ac394049dd6d0 100644 (file)
@@ -1,17 +1,15 @@
-\version "2.3.16"
+\version "2.11.51"
 \header {
     
-    texidoc = "If collision resolution finds dotted note head must
-       remain on left hand side, move dots to the right."
+    texidoc = "If dotted note heads must remain on the left side,  
+collision resolution moves the dots to the right."
 
 }
 
-\paper { raggedright = ##t }
+\layout { ragged-right = ##t }
 
-\score {
-   \relative c {
-    \key d \minor
-    \clef bass
-    << <cis a' cis>4 \\ { g'8. bes16} >>
-  }
+\relative c {
+  \key d \minor
+  \clef bass
+  << <cis a' cis>4 \\ { g'8. bes16} >>
 }