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