]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-move.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / collision-dots-move.ly
index 83d2c951758d995ce7d5cb55079bf6430397152a..e6848718111d2a60efab73f2f3baf8471c4e7212 100644 (file)
@@ -1,17 +1,15 @@
-\version "2.3.17"
+\version "2.12.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 {
-   \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} >>
 }