]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-mesh.ly
release: 1.5.10
[lilypond.git] / input / regression / collision-mesh.ly
index 25881933f7afc44f58308f4d7ce58943c4ba9ebc..571183ebc52cf55dd1bf39c41bd0c6c593667b6d 100644 (file)
@@ -4,17 +4,25 @@ are resolved."
 }
 
 \score {
-  \context Staff \notes \relative c' {
+  \context Staff \notes \transpose c'' {
      \time 3/4
      % Here's what I was trying to do:
-     < \context Voice  = VI {\stemDown <g4 b g'> 
-     r4 r4 }
-       \context Voice=VII {\stemUp d'2.} >
+     < \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'>              
+          } >
 
-     % Or:
-
-     <\context Voice = VI {\stemUp <g4 b g'>  r r}
-       \context Voice= VII {\stemDown d'2.} >
   }
 }