]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-up-voice-collision.ly
Build: Strict error checking from makeinfo and texi2html (issue 2219).
[lilypond.git] / input / regression / dot-up-voice-collision.ly
index 20092328c40797fb1a93dd3e865cfe0b5f26ace7..329f5bbcf8112246d52ebe6bdc1a688a3e1b3a9b 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.11.21"
+\version "2.14.0"
 
 \layout { ragged-right = ##t }
 
@@ -13,6 +13,6 @@
   \key e \major \time 3/4
   \relative c'' {
     << { dis4.  } \\
-       { fis,4 } \\ { b4 } >>
+       { fis,4 } \\ { b8 } >>
   }
 }