]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/part-combine-engraver.cc
Change class field in stream events to contain the complete event type list
[lilypond.git] / lily / part-combine-engraver.cc
index 36d91f9ddfe0683a0f58a85632850874fe9dbc82..6d11c155f8dcab531f3325f1dbad67f26a2fb91a 100644 (file)
@@ -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");