]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-engraver.cc
* lily/include/lily-guile.hh: many new ly_ functions. Thanks to
[lilypond.git] / lily / stanza-number-engraver.cc
index 68c09bfa934d3ca537ff0a9053a20703c35e1127..3ccf2ab485fc9a9f345e3864e2d4d286ed881a7e 100644 (file)
@@ -45,7 +45,7 @@ Stanza_number_engraver::process_music ()
 {
   SCM stanza = get_property ("stanza");
   
-  if (gh_string_p (stanza) && stanza != last_stanza_)
+  if (ly_string_p (stanza) && stanza != last_stanza_)
     {
       last_stanza_ = stanza;