]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-nice.ly
patch::: 1.3.79.jcn3
[lilypond.git] / input / test / slur-nice.ly
1 \score{
2         \notes\relative c''{
3                 \time 3/4;
4                 \slurup
5                 \stemboth a ( \stemdown a \stemboth ) a a( c )a a( e' )a, a( g' )a,
6                 \stemup a( e' )a,
7                 \break
8                 \slurdown
9                 \stemboth c ( \stemup c \stemboth ) c c ( a ) c c( d, )c' c( f, )c'
10                 \stemdown c( f, )c'
11         }
12         \paper{
13                 linewidth = 120.\mm;
14         }
15 }