X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-stencil-commands.scm;h=c8a6b179622d6b071064edb6a3e3afbb5d9bfa9a;hb=05b311f14f39e5148ca93028a314a0bb2fe0dedd;hp=6bbd313dd4c1111ed30020b13a992443d69bb70c;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index 6bbd313dd4..c8a6b17962 100644 --- a/scm/define-stencil-commands.scm +++ b/scm/define-stencil-commands.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2005--2010 Han-Wen Nienhuys +;;;; Copyright (C) 2005--2012 Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -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 @@ -34,26 +34,30 @@ defined in the output modules (output-*.scm)" ellipse embedded-ps embedded-svg + end-enclosing-id-node glyph-string grob-cause named-glyph no-origin oval + page-link path + partial-ellipse placebox polygon repeat-slash resetcolor resetrotation + resetscale round-filled-box setcolor setrotation + setscale + start-enclosing-id-node text unknown url-link utf-8-string - white-dot - white-text zigzag-line )) @@ -62,11 +66,14 @@ 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 + id rotate-stencil + scale-stencil translate-stencil ))