]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-up-voice-collision.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / dot-up-voice-collision.ly
index 20092328c40797fb1a93dd3e865cfe0b5f26ace7..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.11.21"
+\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 } >>
   }
 }