When using (or rather attempting to use) a \markup block inside of lyrics, the lyrics become misaligned.  Example:

\score {
  <<
    \new Staff {
      \new Voice = "melody" {
        \relative { c''4 c c c }
      }
    }
    \new Lyrics {
      \lyricsto "melody" {
        \markup { Here are the words }
      }
    }
  >>
}

This is based off of https://lilypond.org/doc/v2.23/Documentation/notation/techniques-specific-to-lyrics#placing-lyrics-vertically, as I was not able to get the case I ran across it in to be quite that small.

If there is a better way to markup an entire section of lyrics, please let me know; I can send an image if helpful, I don't know how attachments work with this though.

Justin


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to