]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-stencil-commands.scm
Gets rid of bracket stencil command
[lilypond.git] / scm / define-stencil-commands.scm
index 6bbd313dd4c1111ed30020b13a992443d69bb70c..9b7537393228eba36dd8985c60cc78bc8b4add6c 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2005--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; Copyright (C) 2005--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
 ;;;; it under the terms of the GNU General Public License as published by
 
 (define-public (ly:all-stencil-commands)
   "Return the list of stencil commands that can be
-defined in the output modules (output-*.scm)"
-  '(beam
-    bezier-sandwich
+defined in the output modules (@file{output-*.scm})."
+  '(bezier-sandwich
     blank
-    bracket
     char
     circle
     dashed-line
@@ -34,26 +32,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 +64,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
     ))