X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrace-iterator.cc;h=4954dc914d2793c080967e235d8630605e321418;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=97920b06e6a5c886eaa3b09e7318f33f952728f8;hpb=6a023cc84879573668eaf9120bb13b93cfdf12cb;p=lilypond.git diff --git a/lily/grace-iterator.cc b/lily/grace-iterator.cc index 97920b06e6..4954dc914d 100644 --- a/lily/grace-iterator.cc +++ b/lily/grace-iterator.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2014 Han-Wen Nienhuys + Copyright (C) 1999--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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_;