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