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