From: Graham Percival Date: Fri, 2 Sep 2005 04:36:00 +0000 (+0000) Subject: Very minor fix. X-Git-Tag: release/2.7.9~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=77b3d80e3e07f77d7b2539623f02f87a25e69551;p=lilypond.git Very minor fix. --- diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 9d8b86d041..3d1ee72599 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -2173,10 +2173,10 @@ with dynamics, see @ref{New dynamic marks}. Dynamics that occur at, begin on, or end on, the same note will be vertically aligned. If you want to ensure that dynamics are aligned when they do not occur on the same note, you can -increase the @code{padding} or @code{staff-padding} properties. +increase the @code{staff-padding} property. @example -\override DynamicLineSpanner #'staff-padding = 2 +\override DynamicLineSpanner #'staff-padding = 4 @end example