From 76a20e6c0b8b9afc74c8e0a750e709250ee5935a Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 27 Oct 2016 18:04:27 +0200 Subject: [PATCH] ly/engraver-init.ly: Fix unquoted quote marks --- ly/event-listener.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ly/event-listener.ly b/ly/event-listener.ly index a2a39bc47e..4627aaa23c 100644 --- a/ly/event-listener.ly +++ b/ly/event-listener.ly @@ -40,7 +40,7 @@ "Constructs a filename in the form @file{@var{original_filename}-@var{staff_instrument_name}.notes} if the staff has an instrument name. If the staff has no instrument -name, it uses "unnamed-staff" for that part of the filename." +name, it uses \"unnamed-staff\" for that part of the filename." (let* ((inst-name (ly:context-property context 'instrumentName))) (string-concatenate (list (substring (object->string (command-line)) -- 2.39.2