]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/engraver-documentation-lib.scm
patch::: 1.3.104.jcn1
[lilypond.git] / scm / engraver-documentation-lib.scm
index bdf12cad61ccc545de30cdb29577f9ec8f538702..7c8442f3a6078df98bd2f2c1bbb9392a21c259fc 100644 (file)
          name " can contain \n"
          (human-listify (map reffy (map context-name accepts)))))
      
-     "\n\nThis context is built from the following engravers\n"
-     (apply string-append 
-           (map document-engraver-by-name consists)))))
+     "\n\nThis context is built from the following engravers: "
+     (if no-copies
+        (human-listify (map reffy (map engraver-name consists)))
+        (apply string-append 
+               (map document-engraver-by-name consists))))))
 
 
 ;; First level Context description