]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/part-combine-iterator.cc
* lily/part-combine-iterator.cc: solo1-event -> solo-one-event
[lilypond.git] / lily / part-combine-iterator.cc
index 3400dc8e88114906df9b25bad99f13922f37a9b8..9f06f3821f10ae5f0ba35670e46e7c35ab9f8dd5 100644 (file)
@@ -198,7 +198,7 @@ Part_combine_iterator::solo1 ()
        {
          static Stream_event *event;
          if (!event)
-           event = new Stream_event (ly_symbol2scm ("solo1-event"));
+           event = new Stream_event (ly_symbol2scm ("solo-one-event"));
 
          first_iter_->get_outlet ()->event_source ()->broadcast (event);
        }
@@ -281,7 +281,7 @@ Part_combine_iterator::solo2 ()
        {
          static Stream_event *event;
          if (!event)
-           event = new Stream_event (ly_symbol2scm ("solo2-event"));
+           event = new Stream_event (ly_symbol2scm ("solo-two-event"));
 
          second_iter_->get_outlet ()->event_source ()->broadcast (event);
          playing_state_ = SOLO2;