]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos-engraver.cc
* lily/lexer.ll: change is_string -> ly_c_string_p
[lilypond.git] / lily / custos-engraver.cc
index f96daf267dd4803da601df381a2de6380fcc8cf1..5b110886c347b13fa86b2e7eafc1d16853934e41 100644 (file)
@@ -97,7 +97,7 @@ Custos_engraver::acknowledge_grob (Grob_info info)
 void
 Custos_engraver::process_acknowledged_grobs ()
 {
-  if (is_string (get_property ("whichBar")))
+  if (ly_c_string_p (get_property ("whichBar")))
     custos_permitted = true;
   
   if (custos_permitted)