X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftext-engraver.cc;h=2a12e75a7aa90937235ab1577574daffe11141f6;hb=d59856c2469b4b1e7f18a4ec9c5c0da4107f9de3;hp=373cbf7ac7ad9119b25029019fa685ff4551b9c3;hpb=2371d6ba3b62d4d6dc349ab50fa0d76eadfba044;p=lilypond.git diff --git a/lily/text-engraver.cc b/lily/text-engraver.cc index 373cbf7ac7..2a12e75a7a 100644 --- a/lily/text-engraver.cc +++ b/lily/text-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2014 Han-Wen Nienhuys + Copyright (C) 1998--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 @@ -88,7 +88,7 @@ Text_engraver::acknowledge_note_column (Grob_info info) extract_grob_set (info.grob (), "note-heads", heads); Grob *x_parent = (heads.size () ? info.grob () - : unsmob_grob (info.grob ()->get_object ("rest"))); + : unsmob (info.grob ()->get_object ("rest"))); for (vsize i = 0; i < scripts_.size (); i++) {