X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fproperty-iterator.cc;h=9589804ecfbbe7311e3fe8bddcfb8c6ccb0eb1b2;hb=0817e0513d1016ff22a633b6fee20ddba2a062f2;hp=cea57f3dc3b75a3cc8894bf1f53e1122c7fda42d;hpb=dfe0c6ad15227d6d3646bd7445df5de6aa386ff7;p=lilypond.git diff --git a/lily/property-iterator.cc b/lily/property-iterator.cc index cea57f3dc3..9589804ecf 100644 --- a/lily/property-iterator.cc +++ b/lily/property-iterator.cc @@ -26,7 +26,7 @@ Property_iterator::process (Moment m) if (val != SCM_EOL) ok = type_check_assignment (val, sym, ly_symbol2scm ("translation-type?")); if (ok) - report_to_l ()->set_property (sym, val); + report_to_l ()->internal_set_property (sym, val); } Simple_music_iterator::process (m); }