]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-mesh.ly
release: 1.5.9
[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 \relative c' {
8      \time 3/4
9      % Here's what I was trying to do:
10      < \context Voice  = VI {\stemDown <g4 b g'> 
11      r4 r4 }
12        \context Voice=VII {\stemUp d'2.} >
13
14      % Or:
15
16      <\context Voice = VI {\stemUp <g4 b g'>  r r}
17        \context Voice= VII {\stemDown d'2.} >
18   }
19 }
20
21
22
23
24