On 2024-04-25 9:43 pm, Eric Benson wrote:
I took one of the NoteName examples from the documentation and dropped a \textMark in the middle of it, and there is an extra copy of that text markfor each NoteName staff.
This makes sense, since the \textMark command is within the \melody music variable, which gets used three times. The same behavior occurs without NoteNames:
%%%%
\version "2.24.3"
melody = { b'4 4 \textMark Hey 2 }
<< \melody \\ \melody >>
%%%%
-- Aaron Hill
