]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-stencil-commands.scm
Remove tex and texstr backends (part 1).
[lilypond.git] / scm / define-stencil-commands.scm
index 7a9740c76efd55fa8fef0e50df330fc752c3e5c5..66659a902d71ecf72f9739de644edccd6a605f68 100644 (file)
@@ -3,7 +3,7 @@
 ;;
 ;; source file of the GNU LilyPond music typesetter
 ;;
-;; (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;; (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;
 
 (map ly:register-stencil-expression
        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."