]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/horizontal-bracket.cc
Web: Easier Editing - add LilyBin
[lilypond.git] / lily / horizontal-bracket.cc
index 7beaef28208eb10e9c99540617738eb174cfbaa6..003a375d527016270c42ea321854f831e7c63005 100644 (file)
@@ -101,7 +101,7 @@ MAKE_SCHEME_CALLBACK (Horizontal_bracket, print, 1);
 SCM
 Horizontal_bracket::print (SCM smob)
 {
-  Spanner *me = unsmob_spanner (smob);
+  Spanner *me = Spanner::unsmob (smob);
   extract_grob_set (me, "columns", gs);
 
   vector<Grob *> enclosed = gs;