]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-seconds.ly
Doc-es: various updates.
[lilypond.git] / input / regression / collision-seconds.ly
index 51f46f755925b42d8f90f26d1c9067cfa7871ccb..9742c56900c598b58aa7c8547f3d235b14f35f54 100644 (file)
@@ -1,10 +1,16 @@
-\version "2.11.51"
+\version "2.19.21"
 
 \header {
-  texidoc = "Seconds do not confuse the collision algorithm too much. The best
-way to format this would be to merge the two Ds, but we will be happy for now
-if the upstem D does not collide with the downstem C."
+  texidoc = "Seconds do not confuse the collision algorithm.
+The first pair of chords in each measure should merge, mesh,
+or come relatively close, but the second in each measure needs
+more space to make clear which notes belong to which voice."
 }
 
-
-<< d' \\ <c' d'> >>
+\relative << {
+  <a' b>2 <a b d e> <a e' f> <a e' f> <a b c> <f g a>
+  \bar "||" <f g c> <g a c> <f g c d> <f g c d>
+} \\ {
+  <g a> <a b> <g a e'> <g a c e> <f g a> <a b c>
+  <g a e'> <g a e'> <g c d> <g a b>
+} >>