X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrace-iterator.cc;h=4954dc914d2793c080967e235d8630605e321418;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=daaaf855bf59216a1f1f90304e38fb1ca2435a09;hpb=d2762a4f1add2bb04d6fc34d3c7ae03eeb7d500f;p=lilypond.git diff --git a/lily/grace-iterator.cc b/lily/grace-iterator.cc index daaaf855bf..4954dc914d 100644 --- a/lily/grace-iterator.cc +++ b/lily/grace-iterator.cc @@ -31,7 +31,7 @@ Grace_iterator::process (Moment m) // to distinguish \stemNeutral \grace { ... and \grace { \stemNeutral ... if (in_grace_ != bool (m.grace_part_) && child_iter_ && child_iter_->get_outlet ()) { - send_stream_event (child_iter_->get_outlet (), "GraceChange", get_music ()->origin (), 0); + send_stream_event (child_iter_->get_outlet (), "GraceChange", get_music ()->origin ()); } in_grace_ = m.grace_part_;