]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-move.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / collision-dots-move.ly
index 3f947c156072446bf437b5ed1d0f40755e535a03..d04b0f7c9b9fabc26f59f88f001251cddcaab706 100644 (file)
@@ -1,17 +1,15 @@
-\version "2.6.0"
+\version "2.14.0"
 \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."
 
 }
 
-\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} >>
 }