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