]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar.cc
release: 1.3.105
[lilypond.git] / lily / bar.cc
index 9da7babb50209a9a450a1ce63c436ffaab9be55f..fa3862786dd29075688a9c3e6b987d7c9fb9a002 100644 (file)
@@ -38,7 +38,7 @@ Bar::brew_molecule (SCM smob)
       if (sz < 0)
        return SCM_EOL;
       
-      return compound_barline (me, str, sz).create_scheme ();
+      return compound_barline (me, str, sz).smobbed_copy ();
     }
   return SCM_EOL;
 }