X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-stencil-commands.scm;h=d377342843fda610a5532d1aac2a2829403c0f61;hb=df9ba47e88bd0307696ed7ef2b6f862589885550;hp=df810cc724994734058fdddd8edcdd4e749b1c7a;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index df810cc724..d377342843 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--2009 Han-Wen Nienhuys +;;;; Copyright (C) 2005--2011 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 @@ -39,21 +39,23 @@ defined in the output modules (output-*.scm)" named-glyph no-origin oval + page-link path + partial-ellipse placebox polygon repeat-slash resetcolor resetrotation + resetscale round-filled-box setcolor setrotation + setscale text unknown url-link utf-8-string - white-dot - white-text zigzag-line )) @@ -62,11 +64,13 @@ 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 ))