Thanks... that will actually work for me.
\version "2.24.4"
theChords = \chordmode {
c1
d\tweak X-offset #3 \tweak Y-offset #1 _\markup \italic "hold-------"
s
f
}
theNotes = \relative c' {
c1 d d f
}
theLyrics = \lyricmode {
Here1 are the lyrics
}
\score {
<<
\new ChordNames
\with { \consists "Text_engraver" }
{ \theChords }
\new Staff { \theNotes }
\new Lyrics {
\theLyrics
}
>>
}
On 10/5/2024 12:20 PM, Robin Bannister wrote:
Walt North wrote:
I can't add markup to the chordmode.
See the end of this message:
https://lists.gnu.org/archive/html/lilypond-user/2022-08/msg00198.html
Cheers,
Robin