X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcommand-request.cc;h=aac1ebe576fc16d628f3f26a10c83293197bc40f;hb=6eb2e2f71f9895b58a01693a94ea84a432bb3766;hp=1b06d2f645e8d554d46d85d7cb91b88797aabe49;hpb=4eb6f42fc6ca20d65c788a73eb78dfcc22ea0453;p=lilypond.git diff --git a/lily/command-request.cc b/lily/command-request.cc index 1b06d2f645..aac1ebe576 100644 --- a/lily/command-request.cc +++ b/lily/command-request.cc @@ -95,8 +95,8 @@ bool Mark_req::do_equal_b (Request const * r) const { Mark_req const * other = dynamic_cast (r); - return other && scm_equal_p (other->get_mus_property ("mark-label"), - get_mus_property ("mark-label")) == SCM_BOOL_T; + return other && scm_equal_p (other->get_mus_property ("label"), + get_mus_property ("label")) == SCM_BOOL_T; }