]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-stencil-commands.scm
Doc-de: fixing linkage
[lilypond.git] / scm / define-stencil-commands.scm
index 8a86ce64391d986d414e4914267c26eeb1e70493..7b27d5201b897aef6bb125908a17766e6053df64 100644 (file)
@@ -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