X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-stencil-commands.scm;h=7b27d5201b897aef6bb125908a17766e6053df64;hb=b0c79ceb092e54f20a2d745144db266b2fa3c828;hp=8a86ce64391d986d414e4914267c26eeb1e70493;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index 8a86ce6439..7b27d5201b 100644 --- a/scm/define-stencil-commands.scm +++ b/scm/define-stencil-commands.scm @@ -20,7 +20,7 @@ (define-public (ly:all-stencil-commands) "Return the list of stencil commands that can be -defined in the output modules (output-*.scm)" +defined in the output modules (@file{output-*.scm})." '(beam bezier-sandwich blank @@ -39,6 +39,7 @@ defined in the output modules (output-*.scm)" named-glyph no-origin oval + page-link path partial-ellipse placebox @@ -63,10 +64,11 @@ defined in the output modules (output-*.scm)" (define-public (ly:all-output-backend-commands) "Return the list of extra output backend commands that -are used internally in lily/stencil-interpret.cc." +are used internally in @file{lily/stencil-interpret.cc}." '(color combine-stencil delay-stencil-evaluation + footnote rotate-stencil scale-stencil translate-stencil