]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-seconds.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / collision-seconds.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Seconds do not confuse the collision algorithm.
5 The first pair of chords in each measure should merge, mesh,
6 or come relatively close, but the second in each measure needs
7 more space to make clear which notes belong to which voice."
8 }
9
10 \relative << {
11   <a' b>2 <a b d e> <a e' f> <a e' f> <a b c> <f g a>
12   \bar "||" <f g c> <g a c> <f g c d> <f g c d>
13 } \\ {
14   <g a> <a b> <g a e'> <g a c e> <f g a> <a b c>
15   <g a e'> <g a e'> <g c d> <g a b>
16 } >>