]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-stencil-commands.scm
Build: Better error handling from build scripts.
[lilypond.git] / scm / define-stencil-commands.scm
index 06177cb5126d1f5d16f6cc744a4bbfe34f92e6c8..fddd6855b2f0a2b22a99527ae89e28be060a9237 100644 (file)
@@ -21,8 +21,7 @@
 (define-public (ly:all-stencil-commands)
   "Return the list of stencil commands that can be
 defined in the output modules (@file{output-*.scm})."
-  '(bezier-sandwich
-    blank
+  '(blank
     char
     circle
     dashed-line
@@ -40,7 +39,6 @@ defined in the output modules (@file{output-*.scm})."
     partial-ellipse
     placebox
     polygon
-    repeat-slash
     resetcolor
     resetrotation
     resetscale
@@ -53,7 +51,6 @@ defined in the output modules (@file{output-*.scm})."
     unknown
     url-link
     utf-8-string
-    zigzag-line
     ))
 
 ;; TODO: