From c7f76d1c9949e8964e8b11debce54c246395cc3c Mon Sep 17 00:00:00 2001 From: Arjan Bos Date: Fri, 1 Dec 2006 10:10:10 +0100 Subject: [PATCH] Replaced the fingering message that appears for digit number higher than 5 --- scm/output-lib.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )) -- 2.39.2