From d655124e67af394fbf356b4a048db2c395b7d602 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 (cherry picked from abef807cd62e7b121d6ff3132e2af28e9fedaa68 commit) --- 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.5