X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-stencil-commands.scm;h=fddd6855b2f0a2b22a99527ae89e28be060a9237;hb=b360ccf2c5eb50493b07ac8dafe3f7a68954d0c9;hp=eb7f85ddc1dc137a7538348888bcbe5f2af4627f;hpb=2bf520787e5668f22dcf0d5ab3faf74693376d6a;p=lilypond.git diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index eb7f85ddc1..fddd6855b2 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--2011 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 @@ -21,29 +21,24 @@ (define-public (ly:all-stencil-commands) "Return the list of stencil commands that can be defined in the output modules (@file{output-*.scm})." - '(beam - bezier-sandwich - blank - bracket + '(blank char circle dashed-line - dashed-slur - dot draw-line 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 @@ -51,11 +46,11 @@ defined in the output modules (@file{output-*.scm})." setcolor setrotation setscale + start-enclosing-id-node text unknown url-link utf-8-string - zigzag-line )) ;; TODO: @@ -63,10 +58,12 @@ defined in the output modules (@file{output-*.scm})." (define-public (ly:all-output-backend-commands) "Return the list of extra output backend commands that -are used internally in @file{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