]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-referencer.cc
* scm/paper-system.scm (paper-system-annotate): also annotate the
[lilypond.git] / lily / staff-symbol-referencer.cc
index cfde343029a980f20dbf565ac060e20f9d26e4c7..87e83fadad1523842f0cddf291c30c0715f6726c 100644 (file)
@@ -110,7 +110,6 @@ Staff_symbol_referencer::callback (SCM smob)
     {
       Real space = Staff_symbol_referencer::staff_space (me);
       off = scm_to_double (pos) * space / 2.0;
-      me->set_property ("staff-position", scm_from_int (0));
     }
 
   return scm_from_double (off);