]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-positions.ly
c904ac5eeff57d1d48cd8f4646de56e8180b5d69
[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