From 526e253900f99ce55e548186f6fd8339ccffa10d Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Thu, 16 Jul 2009 13:36:06 -0700 Subject: [PATCH] define-stencil-commands.scm: Finish alphabetizing - also fix the indentation --- scm/define-stencil-commands.scm | 71 ++++++++++++++++----------------- 1 file changed, 35 insertions(+), 36 deletions(-) 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. -- 2.39.2