]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music.cc
* lily/music.cc (LY_DEFINE): change ly-set-mus-property to
[lilypond.git] / lily / music.cc
index 7b9e88a7694f210abb882f03dee336282f39cb1e..22f16ff80a3a77d8f97f0c17fbbe4ad22a3ff07d 100644 (file)
@@ -227,7 +227,7 @@ LY_DEFINE(ly_get_mus_property,
 }
 
 LY_DEFINE(ly_set_mus_property,
-         "ly-set-mus-property", 3, 0, 0,
+         "ly-set-mus-property!", 3, 0, 0,
          (SCM mus, SCM sym, SCM val),
          "Set property @var{sym} in music expression @var{mus} to @var{val}.")
 {