]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots-engraver.cc
Doc: Usage - added more examples for lilypond
[lilypond.git] / lily / dots-engraver.cc
index c8883e8d3712b23778f7fc44d54f35269a7b6c8e..2efd2215b861ea4213f2d708869f35e6cb1b2c14 100644 (file)
@@ -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"));