]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-invert.ly
Doc-es: various updates.
[lilypond.git] / input / regression / collision-dots-invert.ly
index 1e733cec1d8e4ada49ff82747788386704913d12..2be79283ec081e8f9da0d84fd5200ecbe1503459 100644 (file)
@@ -4,9 +4,11 @@
     dots: notes with dots should go to the right, if there could be
     confusion to which notes the dots belong."
 }
-\version "2.6.0"
-\relative c'' { 
-  << <a c>2\\ { <b d>4 <b d>4 }   >>
+\layout {  ragged-right = ##t }
+
+\version "2.19.21"
+\relative { 
+  << <a' c>2\\ { <b d>4 <b d>4 }   >>
   << { <a c>2 } \\ { <b d>4. <b e>8 } >> 
 }
-\layout {  raggedright = ##t }