I have a melody with lyrics below, and in places, some TextScript
markup, also below.

In the attached example, I would like the markup to appear below
the lyrics, instead of between the melody and the lyrics.

How can I accomplish this?

Thank you!

Jim
\version "2.17.95"

%\paper { ragged-right= ##f }

melody = \relative c' {
  c4 c c c | c4 c c c 
  c4 c c c | c4_\markup "melody staff markup"  c c c 
}

words = \lyricmode {
  la la la la
  la la la la
  la la la la
  la la la la
}

\score {
  <<
    \melody
    \addlyrics \words
  >>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to