]> 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 64cca530b67c83c9df867550c392dd06904fc1c8..d04b0f7c9b9fabc26f59f88f001251cddcaab706 100644 (file)
@@ -1,17 +1,15 @@
-\version "2.2.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."
 
 }
 
-\paper { raggedright = ##t }
+\layout { ragged-right = ##t }
 
-\score {
-  \notes \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} >>
 }