Re: Note names are causing text marks to be duplicated

2024-04-26 Thread Xavier Scheuer
On Fri, 26 Apr 2024 at 16:46, Eric Benson wrote: > > I see. How hard would it be to write a Scheme function that would copy a melody variable and remove the text marks, or in fact everything other than the note values, which are all I want in the NoteNames variable? That would be preferable to

Re: Note names are causing text marks to be duplicated

2024-04-26 Thread Eric Benson
True, I was using \mark instead of \textMark. I just switched to \textMark, which is definitely more correct, and I am also using \textEndMark, so I can have one at the end of one system and the other at the beginning of the next system in the same spot in the score. It does seem to me that if you

Re: Note names are causing text marks to be duplicated

2024-04-26 Thread David Wright
On Fri 26 Apr 2024 at 07:59:09 (-0700), Aaron Hill wrote: > On 2024-04-26 7:44 am, Eric Benson wrote: > > I see. How hard would it be to write a Scheme function that would > > copy a > > melody variable and remove the text marks, or in fact everything > > other than > > the note values, which are

Re: Note names are causing text marks to be duplicated

2024-04-26 Thread Aaron Hill
On 2024-04-26 7:44 am, Eric Benson wrote: I see. How hard would it be to write a Scheme function that would copy a melody variable and remove the text marks, or in fact everything other than the note values, which are all I want in the NoteNames variable? That would be preferable to entering

Re: Note names are causing text marks to be duplicated

2024-04-26 Thread Eric Benson
I see. How hard would it be to write a Scheme function that would copy a melody variable and remove the text marks, or in fact everything other than the note values, which are all I want in the NoteNames variable? That would be preferable to entering a separate sequence containing only the text

Re: Note names are causing text marks to be duplicated

2024-04-26 Thread David Wright
On Thu 25 Apr 2024 at 22:16:21 (-0700), Eric Benson wrote: > Is this intentional or desired? AIUI this is one of the reasons \textMark was invented, so that multiple text marks could be placed at the same point: "Note: Older LilyPond versions used the \mark command for text marks, even though

Re: Note names are causing text marks to be duplicated

2024-04-25 Thread Eric Benson
Is this intentional or desired? If so, is there a way to prevent this from happening? On Thu, Apr 25, 2024 at 10:09 PM Aaron Hill wrote: > 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

Re: Note names are causing text marks to be duplicated

2024-04-25 Thread Aaron Hill
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 mark for each NoteName staff. This makes sense, since the \textMark command is within the \melody music