lilypond-devel
[Top][All Lists]
Advanced

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

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


From: Patrick McCarty
Subject: Re: [PATCH] harp-pedal: make documented default 'size match implemented value
Date: Sun, 15 Nov 2009 12:56:05 -0800
User-agent: Mutt/1.5.20 (2009-06-14)

On 2009-11-15, David Kastrup wrote:
> 
> ---
>  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}."

Thanks, pushed.

-Patrick




reply via email to

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