<div dir="ltr"><div><div><div><br></div>\c being an under-accent is defined in latex via \DeclareTextCommand  but the code (presumably from some on c.t.t. answer?) defines that as<br><br>  \def\DeclareTextCommand#1#2{\xdtcmd}%not today<br><br></div>which isn't a good omen.<br><br></div>Just define \c to be the T1  ç  if #1 is c or constructed under accent otherwise<br><br>\input musixtex<br>\input musixec<br><br>\def\c#1{\leavevmode<br>     \ifx c#1\char231\else\setbox\z@\hbox{#1}\ifdim\ht\z@=1ex\accent11 #1%<br>     \else{\ooalign{\unhbox\z@\crcr<br>        \hidewidth\char11\hidewidth}}\fi\fi}<br><br><br>\c{c}\par<br>\end<br></div>