]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collisions.ly
More collision tests.
[lilypond.git] / input / regression / collisions.ly
index cc2692cf2994acee7f401420c1aad5abbd27b5a8..4be0dae1a00bf081f72227a901f09d1b31a9dc79 100644 (file)
@@ -1,9 +1,9 @@
 #(ly:set-option 'old-relative)
-\version "1.9.8"
+\version "2.3.4"
 \header{
 texidoc="
-Normal collisions. We have support for polyphony, where the
-middle voices are horizontally shifted.
+In addition to normal collision rules, there is support for polyphony, 
+where the collosion are avoided by shifting middle voices horizontally.
 "
 filename =      "collisions.ly"
 enteredby =     "HWN,JCN"
@@ -12,12 +12,12 @@ copyright =          "public domain"
 
 
 twovoice =
-\notes \relative c' \context Staff \notes << 
+ \relative c' \context Staff  << 
         {  g4 f f e e d d c } 
 \\ {  c4 c  d d e e f f }
 >>
 
-twovoicechords = \context Staff \notes <<
+twovoicechords = \context Staff  <<
  \relative c' {
  e4 d c b a g f
        }\\
@@ -28,13 +28,13 @@ twovoicechords = \context Staff \notes <<
 >>
 
 
-threevoice =  \context Staff \notes <<
+threevoice = \context Staff  <<
         { g4 f e f g a g2 } \\
         {  c4 d e d c d es } \\
         { e4 e e e e e e e  }
 >>
 
-hairyChord =  \context Staff \notes \relative c''
+hairyChord = \context Staff  \relative c''
     << e \\
       fis, \\
       cis' \\
@@ -44,7 +44,7 @@ hairyChord =  \context Staff \notes \relative c''
 
 
 \score{
-       \notes { \transpose c c' {
+        { \transpose c c' {
           \twovoice
           \twovoicechords
           \threevoice   }