bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lyric alignment bug with markup


From: Justin Peter
Subject: Lyric alignment bug with markup
Date: Mon, 13 Sep 2021 23:03:21 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]