]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-beautiful.ly
1ba9dda0215bae0505d048078c592dd2f7769edb
[lilypond.git] / input / test / slur-beautiful.ly
1
2 \version "2.1.26"
3
4 \header { texidoc ="@cindex Slur Beautiful
5 The curvature of a slur is adjusted to stay away from note heads and 
6 stems. When the curvature would increase much, the slur is reverted 
7 to its default shape.  The Slur's property @code{beautiful} (which is 
8 loosely related to the enclosed area between the slur and the notes)
9 controls the transition point, and by increasing that value you may
10 keep slurs more curved.
11 "
12 }
13
14 \score { \notes {\relative c' {
15   \stemDown \slurUp
16   c16( a' f' a a f a, c,)
17   c( a' f' a a f d, c)
18   \override Slur  #'beautiful = #5.0
19   c( a' f' a a f d, c)
20 }}
21 \paper { raggedright = ##t }
22 }