]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/piano-pedal-engraver.cc
Merge branch 'issue4032'
[lilypond.git] / lily / piano-pedal-engraver.cc
index caf72c7987ca9ecca5ebb4b2f5b715011fcf7b27..250dfb458dd5a9f03791f9598fc72344fda95820 100644 (file)
@@ -424,7 +424,7 @@ Piano_pedal_engraver::finalize ()
       if (p->bracket_)
         {
           SCM cc = get_property ("currentCommandColumn");
-          Item *c = unsmob_item (cc);
+          Item *c = Item::unsmob (cc);
           p->bracket_->set_bound (RIGHT, c);
 
           p->finished_bracket_ = p->bracket_;