X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-stencil-commands.scm;h=fddd6855b2f0a2b22a99527ae89e28be060a9237;hb=b27579f3a9b2311232f8eb1f11403f560dcc9b17;hp=3e022f9678f30a134dd7aa0c8ee98b401cbce1c2;hpb=a42ca4a67ef9a163b7b31f866672e1d9eb9cfc0f;p=lilypond.git diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index 3e022f9678..fddd6855b2 100644 --- a/scm/define-stencil-commands.scm +++ b/scm/define-stencil-commands.scm @@ -21,12 +21,10 @@ (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 - dot draw-line ellipse embedded-ps @@ -36,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 @@ -55,7 +51,6 @@ defined in the output modules (@file{output-*.scm})." unknown url-link utf-8-string - zigzag-line )) ;; TODO: