From: David Kastrup Date: Sun, 15 Nov 2009 20:53:37 +0000 (-0800) Subject: harp-pedal: make documented default 'size match implemented value X-Git-Tag: release/2.13.8-1~35 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=26270d5e7cdc95080add5c2d393c692766abb4c1;p=lilypond.git harp-pedal: make documented default 'size match implemented value --- diff --git a/scm/harp-pedals.scm b/scm/harp-pedals.scm index 876e392bf0..f4767834d1 100644 --- a/scm/harp-pedals.scm +++ b/scm/harp-pedals.scm @@ -8,7 +8,7 @@ (define-builtin-markup-command (harp-pedal layout props definition-string) (string?) instrument-specific-markup ; markup type for the documentation! - ((size 1.0) + ((size 1.2) (harp-pedal-details) (thickness 0.5)) "Make a harp pedal diagram. @@ -66,7 +66,7 @@ divider) and @code{space-after-divider} (box spacing after the divider). ;; ;; (define-builtin-markup-command (harp-pedal-verbose layout props pedal-list) (list?) ;; instrument-specific-markup ; markup type -;; ((size 1.0) +;; ((size 1.2) ;; (harp-pedal-details) ;; (thickness 0.5)) ;; "Make a harp pedal diagram containing the directions indicated in @var{pedal-list}."