]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-invert.ly
Merge branch 'stable'
[lilypond.git] / input / regression / collision-dots-invert.ly
index f441d27fe148015e54dd9f8e38b7428dcc0721d8..d882cde6431e6d1d8f83640a954c7c867821e630 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.1.36"
-\score { 
-  \notes \relative c'' { 
-    << <a c>2\\ { <b d>4 <b d>4 }   >>
-    << { <a c>2 } \\ { <b d>4. <b e>8 } >> 
-  }
-  \paper {  raggedright = ##t } 
-}   
+\layout {  ragged-right = ##t }
+
+\version "2.12.0"
+\relative c'' { 
+  << <a c>2\\ { <b d>4 <b d>4 }   >>
+  << { <a c>2 } \\ { <b d>4. <b e>8 } >> 
+}