]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-nice.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / slur-nice.ly
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 ";
7 }
8
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'
19         }
20         \paper{
21                 linewidth = 120.\mm;
22         }
23 }