]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots-engraver.cc
Run grand replace for 2015.
[lilypond.git] / lily / dots-engraver.cc
index c8883e8d3712b23778f7fc44d54f35269a7b6c8e..b58bd46912038a0828e4f44402e7339d4ae99a2b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2014 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2006--2015 Han-Wen Nienhuys <hanwen@lilypond.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
@@ -43,7 +43,7 @@ Dots_engraver::acknowledge_rhythmic_head (Grob_info gi)
     return;
 
   Grob *note = gi.grob ();
-  if (Grob::unsmob (note->get_object ("dot")))
+  if (Grob::is_smob (note->get_object ("dot")))
     return;
 
   Duration *dur = Duration::unsmob (cause->get_property ("duration"));