]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-positions.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / slur-positions.ly
1
2 \score{
3         \notes\relative c''{
4                 \slurUp
5                 a2 () a\break
6                 \slurDown
7                 a2 () a\break
8                 \slurUp
9                 c2 () c\break
10                 \slurDown
11                 c2 () c\break
12
13         }
14         \paper{
15                 linewidth=-1.\mm;
16         }
17 }
18