]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collisions.ly
*** empty log message ***
[lilypond.git] / input / regression / collisions.ly
index 89e2ec131def3c97281f352bc75ba9c413592b88..bfc0a20d2c149003ca583935e3adeab64629360d 100644 (file)
@@ -1,14 +1,12 @@
-\version "1.7.6"
+\version "1.7.18"
 \header{
 texidoc="
 Normal collisions. We have support for polyphony, where the
 middle voices are horizontally shifted.
 "
 filename =      "collisions.ly"
-description =   "random counterpoint to test collisions"
 enteredby =     "HWN,JCN"
 copyright =     "public domain"
-Tested =        "test the Collision resolution "
 }
 
 
@@ -30,49 +28,28 @@ twovoicechords = \context Staff \notes <
 
 
 threevoice =  \context Staff \notes <
-       \context Voice=i { \stemUp g4 f e f g a g2 }
-       \context Voice=ii { \stemUp \shiftOn
-               e4 e e e e e e e  }
-       \context Voice=iii { \stemDown c4 d e d c d es }
+        { 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' <
-     \context Voice=one {
-\shiftOff
-       \stemUp 
-       e4 
-     }
-     
-     \context Voice=two {
-       \stemUp
-       \shiftOn
- \property Voice.NoteColumn \override #'horizontal-shift = #1
-       cis
-     }
-     
-     \context Voice=three {    \shiftOnn
-       \stemUp 
-       ais
-     }
-     
-     \context Voice=four {
-        \stemDown
-       \shiftOn
-
-       fis
-     }
->
+hairyChord =  \context Staff \notes \relative c''
+    < e \\
+      fis, \\
+      cis' \\
+      \\
+      ais
+      >
 
 
 \score{
-       \notes \transpose c c' {
+       \notes \transpose c c' {
           \twovoice
           \twovoicechords
-       
-       \threevoice 
+          \threevoice   }
         \hairyChord
        }
        
 %      \midi { \tempo 4:80 }
 }
-%% new-chords-done %%
\ No newline at end of file
+