]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-up-voice-collision.ly
Doc-es: various updates.
[lilypond.git] / input / regression / dot-up-voice-collision.ly
index 72eb56cc59427aaa2dc890dc1edd22d5c0c32c06..9efdf0f284e0d43fc78c02bf73e82af07c06ee3d 100644 (file)
@@ -1,18 +1,18 @@
 \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.19.21"
 
 \layout { ragged-right = ##t }
 
 \new Staff {
   \key e \major \time 3/4
-  \relative c'' {
-    << { dis4.  } \\
-       { fis,4 } \\ { b4 } >>
+  \relative {
+    << { dis''4.  } \\
+       { fis,4 } \\ { b8 } >>
   }
 }