]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-move.ly
* Documentation/user/instrument-notation.itely,
[lilypond.git] / input / regression / collision-dots-move.ly
index c7e1dade2140288582663458becdc8fe85a4421c..f283dab3987d06883570c5f88e6a9acb3e029a47 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.22"
+\version "2.7.39"
 \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} >>
 }