commit 4e9797b140621b9f132d2ee7746c898c94e657c3
Author: Mark Polesky <markpolesky@yahoo.com>
Date:   Mon Jun 29 22:12:17 2009 -0700

    define-grobs.scm: Alphabetize grob list.

diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm
index 1a03e9d..1a8bf05 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -41,6 +41,23 @@
 		 (interfaces . (accidental-interface
 				font-interface))))))
 
+    (AccidentalPlacement
+     . (
+	(left-padding . 0.2)
+
+	;; for horizontally stacked scripts.
+	(script-priority .  -100)
+	(direction .  ,LEFT)
+
+	(positioning-done . ,ly:accidental-placement::calc-positioning-done)
+	(X-extent . ,ly:axis-group-interface::width)
+
+	;; this is quite small, but it is very ugly to have
+	;; accs closer to the previous note than to the next one.
+	(right-padding . 0.15)
+	(meta . ((class . Item)
+		 (interfaces . (accidental-placement-interface))))))
+
     (AccidentalSuggestion
      . (
 	(stencil . ,ly:accidental-interface::print)
@@ -70,23 +87,6 @@
 				self-alignment-interface
 				font-interface))))))
 
-    (AccidentalPlacement
-     . (
-	(left-padding . 0.2)
-
-	;; for horizontally stacked scripts.
-	(script-priority .  -100)
-	(direction .  ,LEFT)
-	
-	(positioning-done . ,ly:accidental-placement::calc-positioning-done)
-	(X-extent . ,ly:axis-group-interface::width)		      
-	
-	;; this is quite small, but it is very ugly to have
-	;; accs closer to the previous note than to the next one.
-	(right-padding . 0.15)
-	(meta . ((class . Item)
-		 (interfaces . (accidental-placement-interface))))))
-    
     (Ambitus
      . (
 	(axes . (,X ,Y))
@@ -106,16 +106,6 @@
 				break-aligned-interface
 				ambitus-interface))))))
 
-    (AmbitusLine
-     . (
-	(stencil . ,ly:ambitus::print)
-	(join-heads . #t)
-	(thickness . 2)
-	(X-offset . ,ly:self-alignment-interface::centered-on-x-parent)
-	(meta . ((class . Item)
-		 (interfaces . (ambitus-interface
-				staff-symbol-referencer-interface
-				font-interface))))))
     (AmbitusAccidental
      . (
 	(font-family . music)
@@ -124,7 +114,7 @@
 	(direction . ,LEFT)
 	(stencil . ,ly:accidental-interface::print)
 	(Y-extent . ,ly:accidental-interface::height)
-	(glyph-name-alist . ,standard-alteration-glyph-name-alist)	
+	(glyph-name-alist . ,standard-alteration-glyph-name-alist)
 	(side-axis . ,X)
 	(meta . ((class . Item)
 		 (interfaces . (
@@ -133,6 +123,17 @@
 				side-position-interface
 				font-interface))))))
 
+    (AmbitusLine
+     . (
+	(stencil . ,ly:ambitus::print)
+	(join-heads . #t)
+	(thickness . 2)
+	(X-offset . ,ly:self-alignment-interface::centered-on-x-parent)
+	(meta . ((class . Item)
+		 (interfaces . (ambitus-interface
+				staff-symbol-referencer-interface
+				font-interface))))))
+
     (AmbitusNoteHead
