]> git.donarmstrong.com Git - lilypond.git/commitdiff
Replaced the fingering message that appears for digit number higher than 5
authorArjan Bos <arjan.bos@hetnet.nl>
Fri, 1 Dec 2006 09:10:10 +0000 (10:10 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 1 Dec 2006 09:10:10 +0000 (10:10 +0100)
scm/output-lib.scm

index 2978f3b198e567adde40f529536590cde4684235..88904384cda91c194bd235967ff3c7b963326b31 100644 (file)
@@ -416,7 +416,7 @@ centered, X==1 is at the right, X == -1 is at the left."
     
     (if (> digit 5)
        (ly:input-message (ly:event-property event 'origin)
-                         "Music for the martians"))
+                         "Warning: Fingering notation for finger number ~a" digit))
 
     (number->string digit 10)
   ))