]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-referencer.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / staff-symbol-referencer.cc
index 87e83fadad1523842f0cddf291c30c0715f6726c..cfde343029a980f20dbf565ac060e20f9d26e4c7 100644 (file)
@@ -110,6 +110,7 @@ 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);