Arjan Bos escreveu:
> Please find included the untested patch for more fingers.
> 
> diff --git a/scm/output-lib.scm b/scm/output-lib.scm
> index 2978f3b..d92f30c 100644
> --- a/scm/output-lib.scm
> +++ b/scm/output-lib.scm
> @@ -416,7 +416,7 @@ centered, X==1 is at the right, X == -1
> 
>      (if (> digit 5)
>     (ly:input-message (ly:event-property event 'origin)
> -              "Music for the martians"))
> +              (string-append "Warning: Fingering notation for finger
> number " (number->string digit))))
>      (number->string digit 10)
>    ))

Hi,

can you use 

 (ly:input-message "bla ~a" expr)

for shorter code? Also, I'm missing commit info. Try git-format-patch
for a more complete patch?

thanks,

-- 

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to