]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-mesh.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / collision-mesh.ly
index 571183ebc52cf55dd1bf39c41bd0c6c593667b6d..e4e7db8d4dcf136d94ab1ac55afaf90b7850e8d4 100644 (file)
@@ -1,31 +1,31 @@
+\version "2.14.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'' {
-     \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.       
-       }
-       
-       \context Voice=VII {\stemUp
-         d'4
-         d'4.   
-        <a4 c'>
-        <g4 b g'>
-        <g4. b g'>              
-          } >
+\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.       
+    }
+  >>
+}