]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / adjusting-the-shape-of-falls-and-doits.ly
index e5fbbc10a40f046a532e3f314f961d8312b4e0af..fdd8a2d06917edd37164dd841ef174aaa8930166 100644 (file)
@@ -41,9 +41,9 @@ adjust the shape of falls and doits.
 
 \relative c'' {
   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
-  c2-\bendAfter #+5
+  c2-\bendAfter #5
   c2-\bendAfter #-3
-  c2-\bendAfter #+8
+  c2-\bendAfter #8
   c2-\bendAfter #-6
 }