lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] harp-pedal: make documented default 'size match implemented valu


From: David Kastrup
Subject: [PATCH] harp-pedal: make documented default 'size match implemented value
Date: Sun, 15 Nov 2009 12:31:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

---
 scm/harp-pedals.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scm/harp-pedals.scm b/scm/harp-pedals.scm
index 876e392..f476783 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}."
-- 
1.6.5.1.36.g54298

-- 
David Kastrup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]