From: Patrick McCarty Date: Thu, 16 Jul 2009 20:36:06 +0000 (-0700) Subject: define-stencil-commands.scm: Finish alphabetizing X-Git-Tag: release/2.13.4-1~317^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=526e253900f99ce55e548186f6fd8339ccffa10d;p=lilypond.git define-stencil-commands.scm: Finish alphabetizing - also fix the indentation --- diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm index 6fc7188aa9..2ff87cfc72 100644 --- a/scm/define-stencil-commands.scm +++ b/scm/define-stencil-commands.scm @@ -12,42 +12,41 @@ (define-public (ly:all-stencil-commands) "Return the list of stencil commands that can be defined in the output modules (output-*.scm)" - '(beam - bezier-sandwich - blank - bracket - char - circle - dashed-line - dashed-slur - dot - draw-line - ellipse - embedded-ps - embedded-svg - glyph-string - named-glyph - oval - path - polygon - repeat-slash - resetcolor - resetrotation - round-filled-box - setcolor - setrotation - text - url-link - utf-8-string - white-dot - white-text - zigzag-line - - grob-cause - no-origin - placebox - unknown - )) + '(beam + bezier-sandwich + blank + bracket + char + circle + dashed-line + dashed-slur + dot + draw-line + ellipse + embedded-ps + embedded-svg + glyph-string + grob-cause + named-glyph + no-origin + oval + path + placebox + polygon + repeat-slash + resetcolor + resetrotation + round-filled-box + setcolor + setrotation + text + unknown + url-link + utf-8-string + white-dot + white-text + zigzag-line + )) ;; TODO: ;; - output-backend-commands should have docstrings.