]> git.donarmstrong.com Git - lilypond.git/commitdiff
harp-pedal: make documented default 'size match implemented value
authorDavid Kastrup <dak@gnu.org>
Sun, 15 Nov 2009 20:53:37 +0000 (12:53 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 15 Nov 2009 20:54:49 +0000 (12:54 -0800)
scm/harp-pedals.scm

index 876e392bf0597ab16e89c09626dfd86eb22ceee3..f4767834d100c61cfa3439b8e69822a84cb8ba68 100644 (file)
@@ -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}."