X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-stencil-commands.scm;h=2e816ccaa2fff4846138ac9e62fe5e9c91c3d9c2;hb=f6182e0c1ac71a97254053b1b6d968789047d073;hp=3ebd854a8f8b30d52a2688b6701e335489340f41;hpb=260073be07f49a5f6f3be8df2af52873843eec60;p=lilypond.git diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index 3ebd854a8f..2e816ccaa2 100644 --- a/scm/define-stencil-commands.scm +++ b/scm/define-stencil-commands.scm @@ -3,7 +3,7 @@ ;; ;; source file of the GNU LilyPond music typesetter ;; -;; (c) 2005 Han-Wen Nienhuys +;; (c) 2005--2009 Han-Wen Nienhuys ;; (map ly:register-stencil-expression @@ -17,31 +17,36 @@ dashed-slur dot draw-line + ellipse + embedded-ps glyph-string named-glyph + oval + path polygon repeat-slash + resetcolor round-filled-box + setcolor text url-link - utf8-string + utf-8-string white-dot white-text - embedded-ps zigzag-line - setcolor - resetcolor grob-cause no-origin placebox unknown + + delay-stencil-evaluation )) ;; TODO: ;; - generate this list by registering the output-backend-commands ;; output-backend-commands should have docstrings. -;; - remove hard copies in output-ps output-tex +;; - remove hard copies in output-ps (define-public (ly:all-output-backend-commands) "Return list of output backend commands."