--- /dev/null
+% test the Collision resolution
+
+two_voice_steminvert = \melodic {
+ < \multivoice
+ { \octave c'; \stem 1;
+ c d e f() g2 g a }
+ { \stem -1;
+ g f e g ()g2 g2 }
+
+ >
+}
+
+two_voice = \melodic {
+ < \multivoice
+ { \octave c'; \stem -1;
+ c d e f g2() g a }
+ { \stem 1;
+ g f e g ()g2 g2 }
+
+ >
+}
+
+three_voice = \melodic {
+ < \multivoice
+ { \stem 1;
+ g f e f g a g2 }
+ { \hshift 1; \stem 1;
+ e2 e2 e2 e2 }
+ { \stem -1;
+ c d e d c d es }
+ >
+}
+
+rests = \melodic {
+ < \multivoice
+ { \stem 1;\duration "last";
+ r8 r r r r r r r
+ [c' b a g] [f e d c]
+ }
+ { \stem -1;
+ [c8 d e f] [g a b c']
+ r r r r r r r r r
+ }
+ >
+}
+\score{
+ \staff{ melodicregs
+ \melodic { \$two_voice ++ \$two_voice_steminvert
+ ++ \$three_voice ++ \rests
+ }
+ }
+ \paper {}
+% \midi { \tempo 4:80 }
+}
% The purpose of this file is to demonstrate features of LilyPond.
% (there is an accompanying LaTeX file, scsii-menuetto.tex)
%
-\version "0.0.50";
+\version "0.0.52";
%% Stuff from MPP version
% \lefttitle{Menuetto}
% \tempo{Moderato}
< [ e' g > d' cis'_"2" e' a( )g ] |
%%11
< \multivoice
- {\stem 1; a4(\stem 1;) d'4 cis'4-. }
+ {\stem 1; a4() d'4 cis'4-. }
{ \stem -1; f2 e4 } > |
%%12
< [ g'^"4" d > f' e' f' d'^"3"( ) c' ] |
\clef "alto";
< \multivoice
{ \stem 1; bes2 c'4 }
- { \stem -1; g4(\stem -1;) f4 e4 }% ugh
+ { \stem -1; g4() f4 e4 }% ugh
> |
%%14
< [ a f > g a f ] < d'4-\upbow e4 'bes4 > |