]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-mesh.ly
51ff7fa0b91cd703ddb1ce50bcc7b309f949f8a2
[lilypond.git] / input / regression / collision-mesh.ly
1 \version "2.3.17"
2 \header {
3 texidoc = "Oppositely stemmed chords,  meshing into each other,
4 are resolved."
5 }
6
7     \paper { raggedright= ##t }
8
9
10 \score {
11   \context Staff  \transpose c c' {
12      \time 3/4
13      % Here's what I was trying to do:
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
33
34
35