]> git.donarmstrong.com Git - lilypond.git/blob - input/test/two-slurs.ly
patch::: 1.5.23.jcn1
[lilypond.git] / input / test / two-slurs.ly
1 \version "1.3.146"
2
3 %
4 % We'd want to combine the stems, but have two slurs too...
5 % Looks like the a-due engraver
6 %
7 \score{
8         \context Staff <
9                 \context Voice=v \notes\relative c''{
10                         \stemUp
11                         a4 c4.()g8 a4
12                 }
13                 \context Voice=u \notes\relative c''{
14                         \stemDown
15                         g4 e4.()d8 c4
16                 }
17         >
18         \paper{
19                 linewidth=60.\mm
20         }
21 }