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