]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-backend.scm
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / scm / document-backend.scm
index 95be16550a9230bfeace0329c37667fd005c7422..a4233e3f69cbe7e724543c4e8d7197976476277a 100644 (file)
@@ -1,4 +1,4 @@
-;;;; backend-documentation-lib.scm -- Functions for backend documentation
+;;;; document-backend.scm -- Functions for backend documentation
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;;
@@ -159,6 +159,9 @@ node."
      (cons (cons key val)  prior))
    '() (ly:all-grob-interfaces)))
 
+(set! interface-description-alist
+  (sort interface-description-alist ly:alist-ci<?))
+
 ;;;;;;;;;; check for dangling backend properties.
 (define (mark-interface-properties entry)
   (map (lambda (x) (set-object-property! x 'iface-marked #t))