]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-beautiful.ly
*** empty log message ***
[lilypond.git] / input / test / slur-beautiful.ly
index e80c29b3a22eafe15977b28f2eee88556e1ab281..c57f6f2bf43dc3168000d30f0bd5e03e83e1efdc 100644 (file)
@@ -1,23 +1,21 @@
 
-\version "1.9.2"
-% TODO bit too wordy; edit a bit to cut stuff.  -gp
+\version "2.2.0"
+
 \header { texidoc ="@cindex Slur Beautiful
-Similarly, the curvature of a slur is adjusted to stay clear of note
-heads and stems.  When that would increase the curvature too much, the
-slur is reverted to its default shape.  The threshold for this
-decision is in Slur's object property @code{beautiful}.
-It is loosely related to the enclosed area between the slur and the
-notes.  Usually, the default setting works well, but in some cases you
-may prefer a curved slur when LilyPond decides for a vertically moved
-one.  You can indicate this preference by increasing the
-@code{beautiful} value."
+The curvature of a slur is adjusted to stay away from note heads and 
+stems. When the curvature would increase much, the slur is reverted 
+to its default shape.  The Slur's property @code{beautiful} (which is 
+loosely related to the enclosed area between the slur and the notes)
+controls the transition point, and by increasing that value you may
+keep slurs more curved.
+"
 }
 
 \score { \notes {\relative c' {
   \stemDown \slurUp
   c16( a' f' a a f a, c,)
   c( a' f' a a f d, c)
-  \property Voice.Slur \override #'beautiful = #5.0
+  \override Slur  #'beautiful = #5.0
   c( a' f' a a f d, c)
 }}
 \paper { raggedright = ##t }