]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-mesh.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[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     \paper { raggedright= ##t }
8
9
10 \score {
11   \context Staff \notes \transpose c c' {
12      \time 3/4
13      % Here's what I was trying to do:
14      < \context Voice  = VI {\stemDown
15        <<g b g'>>4
16        <<g b g'>>4.       
17        <<g b d'>>4
18        d'4
19        d'4.       
20        }
21        
22        \context Voice=VII {\stemUp
23          d'4
24          d'4.    
25          <<a c'>>4
26          <<g b g'>>4
27          <<g b g'>>4.            
28            } >
29
30   }
31 }
32
33
34
35
36