]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-invert.ly
Merge commit 'e63d4d6'
[lilypond.git] / input / regression / collision-dots-invert.ly
index 7319b94566c9c789eb3fbf33c8b0140789f022ee..80ee89c25484602097f567e3ba3efaa9e3228c0a 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.26"
-\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.10.0"
+\relative c'' { 
+  << <a c>2\\ { <b d>4 <b d>4 }   >>
+  << { <a c>2 } \\ { <b d>4. <b e>8 } >> 
+}