Is this possible? I have a case where I want to have a Chord and Lyrics
sheet with some occasional hints to Guitar player on melody fills
scattered here and there. The lilypond docs show examples with Staff
but not with Lyrics.
This gives me the staff but the notes do not show.
I've also tried using markup with limited success since the markup shows
up embedded in the lyrics and not above (or below) the lyrics.
\version "2.24.2" << \new Staff = "ossia" \with { \remove
Time_signature_engraver \hide Clef \magnifyStaff #2/3 } { \stopStaff
s1*6 } \new Lyrics \lyricmode { first4 measure words - << { second
measure words - } \context Staff = "ossia" { \startStaff e4 g f e
\stopStaff } >> third measure words - \break } >>