]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol.cc
release: 1.3.55
[lilypond.git] / lily / staff-symbol.cc
index d4b83618c3595675aa9f1d06396a8ee7d0831eb0..50399d33b5eeb7bd272e1fa6d3c60d6423e824b2 100644 (file)
@@ -63,3 +63,8 @@ Staff_symbol::staff_space ()const
   return gh_scm2double (get_elt_property ("staff-space")) *
     paper_l ()->get_var ("staffspace");
 }
+
+Staff_symbol::Staff_symbol( SCM s)
+  : Spanner (s)
+{
+}