]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music.cc
Issue 4086/1: Reimplement Input in terms of Simple_smob
[lilypond.git] / lily / music.cc
index 831e9f38053386dce96601f273337e7f7b0e96c6..7db54d3ed930b334c825faea2f5e6a30738de437 100644 (file)
@@ -246,7 +246,7 @@ Music::transpose (Pitch delta)
 void
 Music::set_spot (Input ip)
 {
-  set_property ("origin", make_input (ip));
+  set_property ("origin", ip.smobbed_copy ());
 }
 
 Input *