Hello and happy holidays to all.

I'd like to know if it is possible to parenthesize the extensions of chords
(tensions, like the ninth and sharp eleven) while dealing with ChordNames.
I've tried searching for info and help from ChatGPT, but got no dice...

Below is the usage "as is" from Lilypond and as wanted/intended. My ideal
is to use a somewhat automatic function, like dealing with
chordNameSeparator.

\version "2.24.4"
%%
<<
\chords {\chordmode { c1:7.9-.11+ } s1}
\new Staff {
  \textMark "As is"
  \chordmode { c1:7.9-.11+ }
  \textMark "Intended"
  <c' e' g' bes' des'' fis''>1 ^\markup {
    \concat { "C" \raise #1 "7" "(" \magnify #0.7 \raise #0.5 \flat "9/"
\raise #0.7 \magnify #0.6 \sharp "11)" }
  } % end markup
} % end staff
>>

Reply via email to