From 57924e4c427cbdfc3fba45a32558b9f77f721111 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sun, 18 Jan 2009 22:12:25 -0700 Subject: [PATCH] Fix typos in documentation. --- ly/music-functions-init.ly | 2 +- scm/define-grob-properties.scm | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly index 0a028b21d2..69b08f0705 100644 --- a/ly/music-functions-init.ly +++ b/ly/music-functions-init.ly @@ -96,7 +96,7 @@ autochange = applyContext = #(define-music-function (parser location proc) (procedure?) - (_i "Modify context properties with Scheme procedure@var{proc}.") + (_i "Modify context properties with Scheme procedure @var{proc}.") (make-music 'ApplyContext 'origin location 'procedure proc)) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 973ffdd178..e4fd15c1e2 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -389,27 +389,27 @@ be included in harp-pedal-details include the following: @itemize @bullet @item @code{box-offset} -- Vertical shift of the center of flat/sharp pedal -boxes above/below the horizontal line. Default value 0.8. +boxes above/below the horizontal line. Default value@tie{}0.8. @item -@code{box-width} -- Width of each pedal box. Default value 0.4. +@code{box-width} -- Width of each pedal box. Default value@tie{}0.4. @item -@code{box-height} -- Height of each pedal box. Default value 1.0. +@code{box-height} -- Height of each pedal box. Default value@tie{}1.0. @item @code{space-before-divider} -- Space between boxes before the first -divider (so that the diagram can be made symmetric). Default value -0.8. +divider (so that the diagram can be made symmetric). Default +value@tie{}0.8. @item @code{space-after-divider} -- Space between boxes after the first -divider. Default value 0.8. +divider. Default value@tie{}0.8. @item @code{circle-thickness} -- Thickness (in unit of the line-thickness) -of the ellipse around circled pedals. Default value 0.5. +of the ellipse around circled pedals. Default value@tie{}0.5. @item @code{circle-x-padding} -- Padding in X direction of the ellipse around circled pedals. Default value 0.15. @item @code{circle-y-padding} -- Padding in Y direction of the ellipse -around circled pedals. Default value 0.2. +around circled pedals. Default value{@tie}0.2. @end itemize") (head-direction ,ly:dir? "Are the note heads left or right in a semitie?") -- 2.39.2