X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffootnote-engraver.cc;h=fa488b06d42dd0b7ff8389f58f348186273e2e06;hb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;hp=39e18cd57c897db66fb029fdd4bf7d4f5e375664;hpb=5801d8b438473ad68ae74f7dc742bbc8eea887fa;p=lilypond.git diff --git a/lily/footnote-engraver.cc b/lily/footnote-engraver.cc index 39e18cd57c..fa488b06d4 100644 --- a/lily/footnote-engraver.cc +++ b/lily/footnote-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2011--2012 Mike Solomon + Copyright (C) 2011--2014 Mike Solomon LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -88,7 +88,7 @@ Footnote_engraver::acknowledge_grob (Grob_info info) return; } - footnotify (info.grob (), mus->to_event (context ())->unprotect ()); + footnotify (info.grob (), mus->to_event ()->unprotect ()); // This grob has exhausted its footnote info.grob ()->set_property ("footnote-music", SCM_EOL);