Massive changes - see ChangeLog.
[lilypond.git] / input / regression / slur-nice.ly
blobde784d1ef9e841168a822507cd1599189ee2f7b1
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header{
4 texidoc="
5 Slurs should look nice and symmetric. The curvature may increase
6 only to avoid noteheads, and as little as possible. Slurs never
7 run through noteheads or stems.
11 \score{
12 \notes\relative c''{
13 \time 3/4
14 \slurUp
15 \stemBoth a ( \stemDown a \stemBoth a-) a( c a-) a( e' a,-) a( g' a,-)
16 \stemUp a( e' a,-)
17 \break
18 \slurDown
19 \stemBoth c ( \stemUp c \stemBoth c-) c ( a c-) c( d, c'-) c( f, c'-)
20 \stemDown c( f, c'-)
22 \paper{
23 linewidth = 120.\mm