diff options
Diffstat (limited to 'lily/staff-sym-reg.cc')
-rw-r--r-- | lily/staff-sym-reg.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lily/staff-sym-reg.cc b/lily/staff-sym-reg.cc index 34a53a552b..e201edb6e3 100644 --- a/lily/staff-sym-reg.cc +++ b/lily/staff-sym-reg.cc @@ -32,6 +32,11 @@ Staff_sym_register::post_move_processing() } } +void +Staff_sym_register::process_requests() +{ + announce_element(Staff_elem_info(span_p_, 0)); +} void Staff_sym_register::pre_move_processing() |