X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-stencil-commands.scm;h=fddd6855b2f0a2b22a99527ae89e28be060a9237;hb=e8ff2603ca6bf85273d5d1efaff2188cf857d60c;hp=c8a6b179622d6b071064edb6a3e3afbb5d9bfa9a;hpb=1be9b72e4f00f7273a8e5ff220b710a52f975344;p=lilypond.git diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index c8a6b17962..fddd6855b2 100644 --- a/scm/define-stencil-commands.scm +++ b/scm/define-stencil-commands.scm @@ -21,15 +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})." - '(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: