X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fpart-combine-engraver.cc;h=6d11c155f8dcab531f3325f1dbad67f26a2fb91a;hb=21f6ea846dc1930cb41f185485ce6e1c8d9b30bd;hp=36d91f9ddfe0683a0f58a85632850874fe9dbc82;hpb=d61cf3bbdb1c6670a127ba3baddf2f04d3e34fd3;p=lilypond.git diff --git a/lily/part-combine-engraver.cc b/lily/part-combine-engraver.cc index 36d91f9ddf..6d11c155f8 100644 --- a/lily/part-combine-engraver.cc +++ b/lily/part-combine-engraver.cc @@ -79,7 +79,7 @@ Part_combine_engraver::Part_combine_engraver () void Part_combine_engraver::create_item (Stream_event *ev) { - SCM what = ev->get_property ("class"); + SCM what = scm_car (ev->get_property ("class")); SCM text = SCM_EOL; if (what == ly_symbol2scm ("solo-one-event")) text = get_property ("soloText");