]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/command-request.cc
release: 1.3.148
[lilypond.git] / lily / command-request.cc
index 1b06d2f645e8d554d46d85d7cb91b88797aabe49..aac1ebe576fc16d628f3f26a10c83293197bc40f 100644 (file)
@@ -95,8 +95,8 @@ bool
 Mark_req::do_equal_b (Request const * r) const
 {
   Mark_req const * other = dynamic_cast<Mark_req const*> (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;
 }