lilypond-user
[Top][All Lists]
Advanced

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

Re: Music for the Martians?


From: Han-Wen Nienhuys
Subject: Re: Music for the Martians?
Date: Wed, 29 Nov 2006 01:22:36 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061107)

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 - address@hidden - http://www.xs4all.nl/~hanwen

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





reply via email to

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