From: Arjan Bos Date: Fri, 1 Dec 2006 09:10:10 +0000 (+0100) Subject: Replaced the fingering message that appears for digit number higher than 5 X-Git-Tag: release/2.11.1-1~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c7f76d1c9949e8964e8b11debce54c246395cc3c;p=lilypond.git Replaced the fingering message that appears for digit number higher than 5 --- diff --git a/scm/output-lib.scm b/scm/output-lib.scm index 2978f3b198..88904384cd 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -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) ))