]> git.donarmstrong.com Git - lilypond.git/commitdiff
ly/engraver-init.ly: Fix unquoted quote marks
authorDavid Kastrup <dak@gnu.org>
Thu, 27 Oct 2016 16:04:27 +0000 (18:04 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 27 Oct 2016 16:04:27 +0000 (18:04 +0200)
ly/event-listener.ly

index a2a39bc47ef742e8142bd86c2db447308ecee1d9..4627aaa23c2760d87e096a2227aa85426f741f9d 100644 (file)
@@ -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))