On Fri, 26 Apr 2024 at 16:46, Eric Benson <ebseat...@gmail.com> 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 a separate sequence containing only the text
marks in my application.

Hello,

Do you want your text marks to be above the staff or above the upper
NoteNames context?
The following just keep the text marks above the staff.

\layout {
  \context {
    \Score
    \remove Text_mark_engraver
  }
  \context {
    \Staff
    \consists Text_mark_engraver
  }
}

Kind regards,
Xavier

Reply via email to