]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system-start-delimiter.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / system-start-delimiter.cc
index 563a035acc6f97f1b9ad3d099680af20a7ed19a0..e5460a0f0485521356c5f5a1dfeecc60379b5084 100644 (file)
@@ -93,7 +93,7 @@ MAKE_SCHEME_CALLBACK (System_start_delimiter, print, 1);
 SCM
 System_start_delimiter::print (SCM smob)
 {
-  Spanner *me = Spanner::unsmob (smob);
+  Spanner *me = unsmob<Spanner> (smob);
   extract_grob_set (me, "elements", elts);
   Grob *common = common_refpoint_of_array (elts, me, Y_AXIS);