]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-up-voice-collision.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / dot-up-voice-collision.ly
index 72eb56cc59427aaa2dc890dc1edd22d5c0c32c06..fa3035fcc7c46664d135d4e57b01c925f22a208a 100644 (file)
@@ -1,11 +1,11 @@
 \header {
 
-  texidoc = "in collisions, the stems of outer voice are added to the
-  dot support of the inner voices."
+  texidoc = "in collisions, the dots of outer voices avoid
+  stems and flags of the inner voices."
 
 }
 
-\version "2.14.0"
+\version "2.16.0"
 
 \layout { ragged-right = ##t }
 
@@ -13,6 +13,6 @@
   \key e \major \time 3/4
   \relative c'' {
     << { dis4.  } \\
-       { fis,4 } \\ { b4 } >>
+       { fis,4 } \\ { b8 } >>
   }
 }