X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-column-engraver.hh;h=d0b2a97bf1f998414dd067d69f7599f3230e1a23;hb=0e5d83a9ceb4a143f83d22406d7eb816314ff9f7;hp=793d085e0cdaae1edf8c33762712f51545812e9d;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/include/paper-column-engraver.hh b/lily/include/paper-column-engraver.hh index 793d085e0c..d0b2a97bf1 100644 --- a/lily/include/paper-column-engraver.hh +++ b/lily/include/paper-column-engraver.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2009 Han-Wen Nienhuys */ #ifndef PAPER_COLUMN_ENGRAVER_HH @@ -31,6 +31,7 @@ protected: virtual void finalize (); DECLARE_TRANSLATOR_LISTENER (break); + DECLARE_TRANSLATOR_LISTENER (label); DECLARE_ACKNOWLEDGER (item); DECLARE_ACKNOWLEDGER (note_spacing); @@ -38,6 +39,7 @@ protected: System *system_; vector break_events_; + vector label_events_; int breaks_; // used for stat printing Paper_column *command_column_; Paper_column *musical_column_;