]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/collisions.ly
release: 1.1.58
[lilypond.git] / input / test / collisions.ly
index fa3106ebc21588c26104efaf0626c548b8d6f1af..1e8796cc5fd31080063e48ce515b8f70953006a4 100644 (file)
@@ -5,84 +5,30 @@ enteredby =    "HWN,JCN";
 copyright =     "public domain";
 Tested =        "test the Collision resolution ";
 }
-\version "0.1.14";
+\version "1.1.52";
 
+twovoice = \context Staff \notes < 
+       \context Voice=i { \stemdown c4 d e f g2~  g4 a [c8 d e f] c2| }
+       \context Voice=ii { \stemup g4 f e g ~ g2 g2  c4 g4 g2 } 
+>
 
+twovoicesteminvert = \context Staff \notes <  
+       % the f and g on 4th beat are exceptionally ugh.
+       \context Voice=i { \stemup c4 d e f g2 g4 a | }
+       \context Voice=ii { \stemdown g4 f e g  g2 g2 } 
+>
 
-two_voice = \melodic 
-       \multi 2 < 
-         { \stemdown \octave c'; 
-               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 <  
-         { 
-               \octave c'; \stemup
-% the f and g on 4th beat are exceptionally ugh.
-               c4 d e f g2 g4 a | }
-         { \stemdown
-               g4 f e g  g2 g2 } 
-
-       >
-
-three_voice = \melodic 
-       \multi 2 <
-       { \stemup 
-               g4 f e f g a g2 }
-       { \stemup \property Voice.hshift = 1 
-               e2  e2  e2  e2 }
-       { \stemdown
-               c4 d e d c d es }
-       >
-
-
-rests = \melodic  
-       \multi 2 <
-       { \stemup
-               | r8 r r r  r r r r 
-               [c' b a g] [f e d c]
-       } 
-       { \stemdown
-               [c8 d e f] [g a b c']
-               r r r r r r r r 
-       }
-       >
-
-restsII = \melodic {
-       \octave c'; 
-       \multi 2 < 
-               { \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 <
-               { \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 >
-       \stemup
-       [c''8 r8 c''8 c''8]
-       [c8 r8 c8 c8]
-       \stemdown
-       [c8 r8 c8 c8]
-       [c''8 r8 c''8 c''8]
-}
+threevoice = \context Staff \notes <
+       \context Voice=i { \stemup g4 f e f g a g2 }
+       \context Voice=ii { \stemup \property Voice.horizontalNoteShift = 1 e2  e2  e2  e2 }
+       \context Voice=iii { \stemdown c4 d e d c d es }
+>
 
 \score{
-       {  \two_voice  
-       \two_voice_steminvert 
-       \three_voice  
-       \rests 
-       % UGH ! bug!
-       %\restsII 
+       \notes \transpose c'' {  \twovoice  
+       \twovoicesteminvert 
+       \threevoice  
+
        }