Bannière de libre choix pour un chanteur

Bonjour
et meilleurs vœux à toutes et tous
Voici donc une autre solution qui répond mieux à la demande.

\version "2.24.0"

CaseChoix  = \markup {
  \override #'(baseline-skip . 2.5) % interligne
  \fontsize #-9 % taille de la police
  \override #'((box-padding . 1.0) (thickness . 2)) % épaisseur et largeur de la boite
  \translate #'(-3 . -2 ) % ajustez x . y
  \box  \bold
  \center-column {A U " " C H O I X}
}

\score {
  \new Staff <<
    {
      a'1 _\markup\CaseChoix
      e' a' \break
    }
    \addlyrics { A a a   }
    \addlyrics { B b b  }
    \addlyrics { C c c }
  >>
  \layout {  }
}