]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix typos in documentation.
authorCarl Sorensen <c_sorensen@byu.edu>
Mon, 19 Jan 2009 05:12:25 +0000 (22:12 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Mon, 19 Jan 2009 05:12:25 +0000 (22:12 -0700)
ly/music-functions-init.ly
scm/define-grob-properties.scm

index 0a028b21d2996c0b7ece89e14159e772a93b5f53..69b08f0705f5af9cae95a3e46d6dd6f1839ebc31 100644 (file)
@@ -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))
index 973ffdd178b5a9f2465771853eaa79c5ca57dc48..e4fd15c1e2e59ee5494d29dcd24ceb518c1508e1 100644 (file)
@@ -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?")