2 ;; define-stencil-commands.scm -- define valid stencil expression heads
4 ;; source file of the GNU LilyPond music typesetter
6 ;; (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
9 (map ly:register-stencil-expression
41 delay-stencil-evaluation
45 ;; - generate this list by registering the output-backend-commands
46 ;; output-backend-commands should have docstrings.
47 ;; - remove hard copies in output-ps output-tex
49 (define-public (ly:all-output-backend-commands)
50 "Return list of output backend commands."
55 (map ly:register-stencil-expression (ly:all-output-backend-commands))