X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fvolta-engraver.cc;h=fefc68e7f3ef460887c5cb7aa21e2fa0e083ae32;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=9439d6f6d710f0ea6c4ca8cc269b003f877f707b;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/volta-engraver.cc b/lily/volta-engraver.cc index 9439d6f6d7..fefc68e7f3 100644 --- a/lily/volta-engraver.cc +++ b/lily/volta-engraver.cc @@ -30,7 +30,6 @@ public: TRANSLATOR_DECLARATIONS (Volta_engraver); protected: - DECLARE_END_ACKNOWLEDGER (staff_symbol); DECLARE_ACKNOWLEDGER (staff_symbol); DECLARE_ACKNOWLEDGER (note_column); DECLARE_ACKNOWLEDGER (bar_line); @@ -190,13 +189,6 @@ Volta_engraver::acknowledge_bar_line (Grob_info i) Volta_bracket_interface::add_bar (end_volta_span_, i.item ()); } -void -Volta_engraver::acknowledge_end_staff_symbol (Grob_info i) -{ - if (i.grob ()->self_scm () == staff_) - staff_ = SCM_EOL; -} - void Volta_engraver::acknowledge_staff_symbol (Grob_info i) { @@ -210,7 +202,6 @@ Volta_engraver::acknowledge_staff_symbol (Grob_info i) staff_ = i.grob ()->self_scm (); } - void Volta_engraver::finalize () { @@ -253,7 +244,6 @@ Volta_engraver::stop_translation_timestep () TODO: should attach volta to paper-column if no bar is found. */ ADD_ACKNOWLEDGER (Volta_engraver, staff_symbol); -ADD_END_ACKNOWLEDGER (Volta_engraver, staff_symbol); ADD_ACKNOWLEDGER (Volta_engraver, note_column); ADD_ACKNOWLEDGER (Volta_engraver, bar_line); ADD_TRANSLATOR (Volta_engraver,