]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-mesh.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / collision-mesh.ly
index 01db6616b4cd3be3bbe7a64dbd6baa0247f80926..424c615a23ecb9f37ca60728beb8e8c480d1fd76 100644 (file)
@@ -1,28 +1,30 @@
-\version "1.5.68"
+\version "2.1.22"
 \header {
 texidoc = "Oppositely stemmed chords,  meshing into each other,
 are resolved."
 }
 
+    \paper { raggedright= ##t }
+
+
 \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'>
+     <<          {
+         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.   
-        <a4 c'>
-        <g4 b g'>
-        <g4. b g'>              
-          } >
+ >>
 
   }
 }