X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstanza-number-engraver.cc;h=e21d7c4fc96c2dd1ad9d12f05a16a689b7607db9;hb=f988425624a6f6d1a48aea0ac0c1c84ff0857e56;hp=86d62e4fbd525bd89f98b62a4f32b2b8a69b961c;hpb=8b8b92e31703bf4a23683efff479793227ad39c1;p=lilypond.git diff --git a/lily/stanza-number-engraver.cc b/lily/stanza-number-engraver.cc index 86d62e4fbd..e21d7c4fc9 100644 --- a/lily/stanza-number-engraver.cc +++ b/lily/stanza-number-engraver.cc @@ -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.