]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-engraver.cc
release: 1.3.93
[lilypond.git] / lily / stanza-number-engraver.cc
index 86d62e4fbd525bd89f98b62a4f32b2b8a69b961c..e21d7c4fc96c2dd1ad9d12f05a16a689b7607db9 100644 (file)
@@ -48,12 +48,12 @@ Stanza_number_engraver::acknowledge_element(Score_element_info i)
   
   if (gh_string_p (s))
     {
-//       if (i.elem_l_->has_interface (ly_symbol2scm ("lyric-syllable-interface")))
+//       if (i.elem_l_->has_interface (symbol ("lyric-syllable-interface")))
         // Tried catching lyric items to generate stanza numbers, but it spoils lyric spacing.
        if (Bar::has_interface (i.elem_l_) || now_mom() == Moment(0))
        // Works, but requires bar_engraver in LyricVoice context apart from at beginning.
        // Is there any score element we can catch that will do the trick?
-//       if (! i.elem_l_->has_interface (ly_symbol2scm ("lyric-syllable-interface")) ||
+//       if (! i.elem_l_->has_interface (symbol ("lyric-syllable-interface")) ||
 //       now_mom() == Moment(0))
        // What happens if we try anything at all EXCEPT a lyric? Is there anything else?
         // Not sure what it's catching, but it still mucks up lyrics.