]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-invert.ly
Web-hu: add missing News item to menu
[lilypond.git] / input / regression / collision-dots-invert.ly
index a59be63951b122084e24e3b49122ed459a9052c4..2be79283ec081e8f9da0d84fd5200ecbe1503459 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."
 }
-\layout {  raggedright = ##t }
+\layout {  ragged-right = ##t }
 
-\version "2.7.13"
-\relative c'' 
-  << <a c>2\\ { <b d>4 <b d>4 }   >>
+\version "2.19.21"
+\relative { 
+  << <a' c>2\\ { <b d>4 <b d>4 }   >>
   << { <a c>2 } \\ { <b d>4. <b e>8 } >> 
 }