X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-stencil-commands.scm;h=66659a902d71ecf72f9739de644edccd6a605f68;hb=3863f416bea79ef29dded3b1b8a3f61419098f7a;hp=7a9740c76efd55fa8fef0e50df330fc752c3e5c5;hpb=9f3572d98bb948c9689cd1f75401a029451fa001;p=lilypond.git diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index 7a9740c76e..66659a902d 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--2006 Han-Wen Nienhuys +;; (c) 2005--2008 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 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."