]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
release: 1.3.105
[lilypond.git] / lily / dots.cc
index 78a6d41f7ede9b060f1a0cbf125f6c0004613c2b..31facd5fbd09df708a37371bd46c472e7be60341 100644 (file)
@@ -65,7 +65,7 @@ Dots::brew_molecule (SCM d)
          mol.add_at_edge (X_AXIS, RIGHT, d, dw);
        }
     }
-  return mol.create_scheme ();
+  return mol.smobbed_copy ();
 }