]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-nice.ly
*** empty log message ***
[lilypond.git] / input / regression / slur-nice.ly
1 \version "1.7.6"
2 \header{
3 texidoc="
4 Slurs should look nice and symmetric.  The curvature may increase
5 only to avoid noteheads, and as little as possible.  Slurs never
6 run through noteheads or stems.
7 "
8 }
9
10 \score{
11         \notes\relative c''{
12                 \time 3/4
13                 \slurUp
14                 \stemBoth a ( \stemDown a \stemBoth ) a a( c )a a( e' )a, a( g' )a,
15                 \stemUp a( e' )a,
16                 \break
17                 \slurDown
18                 \stemBoth c ( \stemUp c \stemBoth ) c c ( a ) c c( d, )c' c( f, )c'
19                 \stemDown c( f, )c'
20         }
21         \paper{
22                 linewidth = 120.\mm
23         }
24 }
25 %% new-chords-done %%