From 26270d5e7cdc95080add5c2d393c692766abb4c1 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 15 Nov 2009 12:53:37 -0800 Subject: [PATCH] harp-pedal: make documented default 'size match implemented value --- scm/harp-pedals.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}." -- 2.39.2