]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-mesh.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / collision-mesh.ly
index 62f754c4d036a759ccb3b3849cab15f82020cbd9..209bb2ffdce48d85ce9bdb1b07bf42d425e4c79f 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.1"
+\version "1.9.2"
 \header {
 texidoc = "Oppositely stemmed chords,  meshing into each other,
 are resolved."
@@ -11,21 +11,20 @@ are resolved."
   \context Staff \notes \transpose c c' {
      \time 3/4
      % Here's what I was trying to do:
-     < \context Voice  = VI {\stemDown
+     <          {
+         d'4
+         d'4.   
+        <<a c'>>4
+        <<g b g'>>4
+        <<g b g'>>4.            
+          }\\ {
        <<g b g'>>4
        <<g b g'>>4.       
        <<g b d'>>4
        d'4
        d'4.       
        }
-       
-       \context Voice=VII {\stemUp
-         d'4
-         d'4.   
-        <<a c'>>4
-        <<g b g'>>4
-        <<g b g'>>4.            
-          } >
+ >
 
   }
 }