From 14fa79fbfee6ff5901734745ce84be55538c9234 Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Sat, 18 Jul 2009 17:32:56 -0700 Subject: [PATCH] Docs: IR 1 Music definitions: Auto-sort various elements. --- scm/document-music.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scm/document-music.scm b/scm/document-music.scm index 38960ee531..0a33c8a2f9 100644 --- a/scm/document-music.scm +++ b/scm/document-music.scm @@ -53,9 +53,8 @@ (symbol->string (car entry)) "} is in music objects of type " (human-listify - (sort - (map (lambda (x) (ref-ify (symbol->string x))) - (cdr entry)) ly:string-cistring (cdr entry)) + ly:string-cistring classes))) + (map ref-ify (sort (map symbol->string classes) + ly:string-citexi (map (lambda (x) (property->texi 'music x props)) - (map car props)) + (sort (map car props) ly:symbol-ci