]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-engraver.cc
Bugfix: uniq-list uses equal? iso. eq?.
[lilypond.git] / lily / axis-group-engraver.cc
index 7efe7b4874c54e2c7d9426ca2191743fb1d02ac6..3d83349526d399449ec06cf26ff6e5024fab8730 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "axis-group-engraver.hh"
@@ -40,10 +40,6 @@ Axis_group_engraver::get_spanner ()
   return make_spanner ("VerticalAxisGroup", SCM_EOL);
 }
 
-/*
-  TODO: should we junk minimumVerticalExtent/extraVerticalExtent ?
-*/
-
 void
 Axis_group_engraver::finalize ()
 {
@@ -103,7 +99,6 @@ ADD_ACKNOWLEDGER (Axis_group_engraver, grob);
 ADD_TRANSLATOR (Axis_group_engraver,
                /* doc */ "Group all objects created in this context in a VerticalAxisGroup spanner.",
                /* create */ "VerticalAxisGroup",
-               /* accept */ "",
                /* read */
                "currentCommandColumn ",