]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-mesh.ly
571183ebc52cf55dd1bf39c41bd0c6c593667b6d
[lilypond.git] / input / regression / collision-mesh.ly
1 \header {
2 texidoc = "Oppositely stemmed chords,  meshing into each other,
3 are resolved."
4 }
5
6 \score {
7   \context Staff \notes \transpose c'' {
8      \time 3/4
9      % Here's what I was trying to do:
10      < \context Voice  = VI {\stemDown
11        <g4 b g'>
12        <g4. b g'>       
13        <g4 b d'>
14        d'4
15        d'4.       
16        }
17        
18        \context Voice=VII {\stemUp
19          d'4
20          d'4.    
21          <a4 c'>
22          <g4 b g'>
23          <g4. b g'>              
24            } >
25
26   }
27 }
28
29
30
31
32