Hi folks

In the following sample, how do I make the lyric extender (linked to the first voice) extend the full length of the music in the second voice?  At the moment the lyrics show a short extender, (basically the two underscores)  far less than the full length I expected.

----
    \version "2.27.2"

    <<
      \relative c'' <<
        \new Voice = "melody" { \voiceOne c1 } \\
        { g4( g g g) }
      >>
      \new Lyrics \lyricsto "melody" { Huh? __ }
    >>
----

Is there anything simpler (and easier to maintain) than to code up a hidden third voice to align the lyrics to?

Thanks for any hints and advice.

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to