]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-mesh.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / collision-mesh.ly
index 5d2d3582689ac2a444aca3a18e844e9658d3330d..5d78498388efe7fd0d450f92c090a3f498e63cf9 100644 (file)
@@ -1,34 +1,32 @@
-\version "1.7.6"
+\version "2.16.0"
 \header {
-texidoc = "Oppositely stemmed chords,  meshing into each other,
+  texidoc = "Oppositely stemmed chords,  meshing into each other,
 are resolved."
 }
 
-\score {
-  \context Staff \notes \transpose c c' {
-     \time 3/4
-     % Here's what I was trying to do:
-     < \context Voice  = VI {\stemDown
-       <<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.            
-          } >
+\layout { ragged-right= ##t }
 
-  }
-}
 
+\context Staff  \transpose c c' {
+  \time 3/4
+  %% Here's what I was trying to do:
+  <<
+    {
+      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.       
+    }
+  >>
+}
 
 
 
 
-%% new-chords-done %%
\ No newline at end of file