]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-nice.ly
release: 1.3.111
[lilypond.git] / input / test / slur-nice.ly
1
2 \version "1.3.110";
3 \score{
4         \notes\relative c''{
5                 \time 3/4;
6                 \slurUp
7                 \stemBoth a ( \stemDown a \stemBoth ) a a( c )a a( e' )a, a( g' )a,
8                 \stemUp a( e' )a,
9                 \break
10                 \slurDown
11                 \stemBoth c ( \stemUp c \stemBoth ) c c ( a ) c c( d, )c' c( f, )c'
12                 \stemDown c( f, )c'
13         }
14         \paper{
15                 linewidth = 120.\mm;
16         }
17 }