]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-stencil-commands.scm
news: lilypondblog moved to new domain
[lilypond.git] / scm / define-stencil-commands.scm
index c8a6b179622d6b071064edb6a3e3afbb5d9bfa9a..dffb578c6e800f7eeae60ef6333e338e671fcf15 100644 (file)
 (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
@@ -39,13 +34,11 @@ defined in the output modules (@file{output-*.scm})."
     grob-cause
     named-glyph
     no-origin
-    oval
     page-link
     path
     partial-ellipse
     placebox
     polygon
-    repeat-slash
     resetcolor
     resetrotation
     resetscale
@@ -58,7 +51,6 @@ defined in the output modules (@file{output-*.scm})."
     unknown
     url-link
     utf-8-string
-    zigzag-line
     ))
 
 ;; TODO:
@@ -78,5 +70,5 @@ are used internally in @file{lily/@/stencil-interpret.cc}."
     ))
 
 (map ly:register-stencil-expression
-  (append (ly:all-stencil-commands)
-         (ly:all-output-backend-commands)))
+     (append (ly:all-stencil-commands)
+             (ly:all-output-backend-commands)))