]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
Run grand replace for 2015.
[lilypond.git] / lily / chord-name.cc
index 21cbcbf4c2c5d9c4cf861dfae0385a077a5db642..2fcff940bbd81e2d607ca8fea39c69f8b83edf25 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1999--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ MAKE_SCHEME_CALLBACK (Chord_name, after_line_breaking, 1);
 SCM
 Chord_name::after_line_breaking (SCM smob)
 {
-  Item *me = unsmob_item (smob);
+  Item *me = Item::unsmob (smob);
   assert (me);
 
   SCM s = me->get_property ("begin-of-line-visible");