X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-stencil-commands.scm;h=dffb578c6e800f7eeae60ef6333e338e671fcf15;hb=5a88dafe063be359933edd9a69c18907f5314a8d;hp=c3a835534d7029318a18e25fe3dcd2f5817901f0;hpb=3d45c5af2507f51337ba138b9c600a252f8a4daf;p=lilypond.git diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index c3a835534d..dffb578c6e 100644 --- a/scm/define-stencil-commands.scm +++ b/scm/define-stencil-commands.scm @@ -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 @@ -35,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 @@ -54,7 +51,6 @@ defined in the output modules (@file{output-*.scm})." unknown url-link utf-8-string - zigzag-line )) ;; TODO: @@ -74,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)))