> I'm working on a project that involves multiple fingerings for each
> note, and shift lines or glides between some notes.  [...]

Hopefully Harm has some time to help here since he is the original
author of the fingering glide code, IIRC.

> 1. The \once text override is applying to the entire NoteEvent, not
>    the next Fingering, which is the intended behavior.  Is there a
>    workaround for this?

Try to replace

```
\once \override Foo.bar = bla
c4 -4 -5 
```

with

```
c4 \tweak Foo.bar bla -4 \tweak Foo.bar blubb -5
```

(and in many cases you can omit the `Foo.` part).


   Werner

Reply via email to