X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnested-property.cc;h=fb62c7d80ad08196313ad8c2a4d6509369037524;hb=0df300b3f8e5378f7d3ae1e7e37cb8fa33a99560;hp=c59671814439db7da1fa7fadfdcc9230a456e646;hpb=d88df37f2e5d1ff28d6c7528f076d59a77e0dfcd;p=lilypond.git diff --git a/lily/nested-property.cc b/lily/nested-property.cc index c596718144..fb62c7d80a 100644 --- a/lily/nested-property.cc +++ b/lily/nested-property.cc @@ -70,7 +70,7 @@ nested_property_revert_alist (SCM alist, SCM prop_path) for (SCM s = alist; scm_is_pair (s); s = scm_cdr (s)) { SCM sub_sym = scm_caar (s); - SCM old_val = scm_cadr (s); + SCM old_val = scm_cdar (s); if (sub_sym == wanted_sym) {