]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grace-iterator.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / grace-iterator.cc
index 97920b06e6a5c886eaa3b09e7318f33f952728f8..4954dc914d2793c080967e235d8630605e321418 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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_;