]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/collisions.ly
release: 1.0.10
[lilypond.git] / input / test / collisions.ly
index ba1be97c6cddd4241aeaa2d564f7b447a0204a2f..b99931cf4a5d48dd2cbd6cc0c7612f4ca3cf60f1 100644 (file)
@@ -5,23 +5,23 @@ enteredby =    "HWN,JCN";
 copyright =     "public domain";
 Tested =        "test the Collision resolution ";
 }
-\version "0.1.10";
+\version "1.0.4";
 
 
 
-two_voice = \melodic 
-       \multi 2 < 
-         { \stemdown \octave c'; 
+two_voice = \notes 
+       \type Staff < 
+         { \stemdown
                c4 d e f g2~  g4 a [c8 d e f] c2| }
          { \stemup
                g4 f e g ~ g2 g2  c4 g4 g2 } 
 
        >
 
-two_voice_steminvert = \melodic 
-       \multi 2 <  
+two_voice_steminvert = \notes 
+       \type Staff <  
          { 
              \octave c'; \stemup
+ \stemup
 % the f and g on 4th beat are exceptionally ugh.
                c4 d e f g2 g4 a | }
          { \stemdown
@@ -29,8 +29,8 @@ two_voice_steminvert = \melodic
 
        >
 
-three_voice = \melodic 
-       \multi 2 <
+three_voice = \notes 
+       \type Staff <
        { \stemup 
                g4 f e f g a g2 }
        { \stemup \property Voice.hshift = 1 
@@ -40,8 +40,8 @@ three_voice = \melodic
        >
 
 
-rests = \melodic  
-       \multi 2 <
+rests = \notes  
+       \type Staff <
        { \stemup
                | r8 r r r  r r r r 
                [c' b a g] [f e d c]
@@ -52,22 +52,21 @@ rests = \melodic
        }
        >
 
-restsII = \melodic {
-       \octave c'; 
-       \multi 2 < 
+restsII = \notes {
+       \type Staff < 
                { \stemup  g' f' e' d' c' b a g f e d c }
                { \stemdown r  r  r  r  r  r r r r r r r }
        >
-       \multi 2 <
+       \type Staff <
                { \stemup  r r r r r r r r  r  r  r  r }
                { \stemdown c d e f g a b c' d' e' f' g' }
        >
        r8 r4
-       \multi 2 <  r8 r8 >
-       \multi 2 <  r8 r8 r8 >
-       \multi 2 <  r8 r8 r8 r8 >
-       \multi 2 <  r r >
-       \multi 2 <  r r r >
+       \type Staff <  r8 r8 >
+       \type Staff <  r8 r8 r8 >
+       \type Staff <  r8 r8 r8 r8 >
+       \type Staff <  r r >
+       \type Staff <  r r r >
        \stemup
        [c''8 r8 c''8 c''8]
        [c8 r8 c8 c8]
@@ -77,7 +76,7 @@ restsII = \melodic {
 }
 
 \score{
-       {  \two_voice  
+       \notes \transpose c' {  \two_voice  
        \two_voice_steminvert 
        \three_voice  
        \rests