]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-engraver.cc
Merge with master
[lilypond.git] / lily / axis-group-engraver.cc
index fc4cc7b9a432fbadf9eb737ccee8822f5c8c1294..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,10 +99,7 @@ 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 */
-               "verticalExtent "
-               "minimumVerticalExtent "
-               "extraVerticalExtent ",
+               "currentCommandColumn ",
 
                /* write */ "");