X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faxis-group-engraver.cc;h=82b5cfe37b2c3aea7378d1834a9b27bab17ecb20;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=fc4cc7b9a432fbadf9eb737ccee8822f5c8c1294;hpb=b319f8f1777ffae53a80c3efab2a18884d4d549e;p=lilypond.git diff --git a/lily/axis-group-engraver.cc b/lily/axis-group-engraver.cc index fc4cc7b9a4..82b5cfe37b 100644 --- a/lily/axis-group-engraver.cc +++ b/lily/axis-group-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2006 Han-Wen Nienhuys + (c) 1999--2008 Han-Wen Nienhuys */ #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 () { @@ -101,12 +97,16 @@ Axis_group_engraver::add_element (Grob *e) 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 */ "", + /* doc */ + "Group all objects created in this context in a" + " @code{VerticalAxisGroup} spanner.", + + /* create */ + "VerticalAxisGroup ", + /* read */ - "verticalExtent " - "minimumVerticalExtent " - "extraVerticalExtent ", + "currentCommandColumn ", - /* write */ ""); + /* write */ + "" + );