]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-engraver.cc
* scm/define-markup-commands.scm (fill-line): use
[lilypond.git] / lily / stanza-number-engraver.cc
index 8904bdd712cc5b4536a7c1cd51f81509848ea8f9..e88ac53536a31fa2539fa8d0cc39e3e4379d8e35 100644 (file)
@@ -8,7 +8,6 @@
 */
 
 #include "engraver.hh"
-#include "item.hh"
 #include "side-position-interface.hh"
 
 class Stanza_number_engraver : public Engraver
@@ -45,7 +44,7 @@ Stanza_number_engraver::process_music ()
 {
   SCM stanza = get_property ("stanza");
   
-  if (ly_c_string_p (stanza) && stanza != last_stanza_)
+  if (scm_is_string (stanza) && stanza != last_stanza_)
     {
       last_stanza_ = stanza;