]> git.donarmstrong.com Git - lilypond.git/commitdiff
define-stencil-commands.scm: Finish alphabetizing
authorPatrick McCarty <pnorcks@gmail.com>
Thu, 16 Jul 2009 20:36:06 +0000 (13:36 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Thu, 16 Jul 2009 20:38:56 +0000 (13:38 -0700)
- also fix the indentation

scm/define-stencil-commands.scm

index 6fc7188aa90101b200605990394a2d61b5584193..2ff87cfc7292baa0443821d62d4be76642975fe3 100644 (file)
 (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.