> The only documentation I have found for \after is > > \after delta (duration) ev (music) mus (music) ⇒ music > Add music ev with a delay of delta after the onset of mus
If you look into the index for `\after` in the NR you will find cross
references to some examples (at least in the development version).
> I'm not sure what "Add" means here
It means exactly that. For example,
```
\after 4 \pp c1
```
inserts `\pp` a quarter note after 'c1' starts.
Werner
