]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-move.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / collision-dots-move.ly
index 3f947c156072446bf437b5ed1d0f40755e535a03..b269de735450a87d3da95a4ebec287fbc72bc10c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.10.0"
 \header {
     
     texidoc = "If collision resolution finds dotted note head must
@@ -6,12 +6,10 @@
 
 }
 
-\layout { 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} >>
 }