]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-invert.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / collision-dots-invert.ly
index 500a05c5ce8ecfc047fd91371740ddfad5c9f023..4f151e3c7a55ccbdbf28e90b9465d0550ce14d68 100644 (file)
@@ -4,11 +4,11 @@
     dots: notes with dots should go to the right, if there could be
     confusion to which notes the dots belong."
 }
-\version "2.3.17"
+\version "2.3.22"
 \score { 
    \relative c'' { 
     << <a c>2\\ { <b d>4 <b d>4 }   >>
     << { <a c>2 } \\ { <b d>4. <b e>8 } >> 
   }
-  \paper {  raggedright = ##t } 
+  \layout {  raggedright = ##t } 
 }