]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-nice.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / slur-nice.ly
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.
8 "
9 }
10
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'-)
21         }
22         \paper{
23                 linewidth = 120.\mm
24         }
25 }
26