Le vendredi 17 février 2023 à 00:31 -0600, Evan Driscoll a écrit : > > On Fri, Feb 17, 2023 at 12:17 AM Michael Werner > <[[email protected]](mailto:[email protected])> wrote: > > > Short version:\set crescendoText = \markup { \italic { molto cresc } } > > \set crescendoSpanner = #'text > > should be either what you're wanting or pretty close to it. > > > Oh, I see, thank you very much! > > I actually saw that and tried to try it out, but I kind of glossed over that > what was being modified was the behavior of \< instead of the text-based > commands. I was using those lines with \cresc.
It works like this too:
```
\version "2.24.0"
{
\once \set crescendoText = "molto cresc."
c'1\cresc c' c'\!
}
```
signature.asc
Description: This is a digitally signed message part
