lilypond-1.3.118
[lilypond.git] / input / test / slur-nice.ly
blobfce8f9468605e99922029cd379e3f8c370406456
1 \header{
2 texidoc="
3 Slurs should look nice and symmetric. The curvature may increase
4 only to avoid noteheads, and as little as possible. Slurs never
5 run through noteheads or stems.
6 ";
8 \version "1.3.117";
9 \score{
10 \notes\relative c''{
11 \time 3/4;
12 \slurUp
13 \stemBoth a ( \stemDown a \stemBoth ) a a( c )a a( e' )a, a( g' )a,
14 \stemUp a( e' )a,
15 \break
16 \slurDown
17 \stemBoth c ( \stemUp c \stemBoth ) c c ( a ) c c( d, )c' c( f, )c'
18 \stemDown c( f, )c'
20 \paper{
21 linewidth = 120.\mm;