]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-mesh.ly
* input/regression/slur-area.ly: move from test/
[lilypond.git] / input / regression / collision-mesh.ly
index 01db6616b4cd3be3bbe7a64dbd6baa0247f80926..6c015b45d45384e1447df5e531a499dd8937f5ee 100644 (file)
@@ -1,17 +1,17 @@
-\version "1.5.68"
+\version "1.7.18"
 \header {
 texidoc = "Oppositely stemmed chords,  meshing into each other,
 are resolved."
 }
 
 \score {
-  \context Staff \notes \transpose c'' {
+  \context Staff \notes \transpose c c' {
      \time 3/4
      % Here's what I was trying to do:
      < \context Voice  = VI {\stemDown
-       <g4 b g'>
-       <g4. b g'>       
-       <g4 b d'>
+       <<g b g'>>4
+       <<g b g'>>4.       
+       <<g b d'>>4
        d'4
        d'4.       
        }
@@ -19,9 +19,9 @@ are resolved."
        \context Voice=VII {\stemUp
          d'4
          d'4.   
-        <a4 c'>
-        <g4 b g'>
-        <g4. b g'>              
+        <<a c'>>4
+        <<g b g'>>4
+        <<g b g'>>4.            
           } >
 
   }