Pop-over text for exponential crescendo

Hi!

Is there a symbol or letter I can write in the dynmaics-popver to create an exponential crescendo. There is one for “dal niente” but I couldn’t find one for the special endings when writign exponential crecendi.

Thanks!

H

You mean the flared end? You can write o< or >o for the niente symbol. (letter o)

Jesper

1 Like

Thanks Jesele, I was aware of the “o” for the niente.

Yes, I meant the flared end.

OK, I don’t think it’s possible. You could create a script/macro, perhaps. Just, tried. Works well.

Jesper

1 Like

Thanks. Yes, with macros it is possible. I was lokking for a faster solution, because creating aliases for macros is still not possible as I know.

You can have a key command for run last script.

Jesper

1 Like

You can create a jump bar alias for a script, but not a key command.

1 Like

Aliases for custom script is not possible.

I tried it again and it dosn’t work.

If this would be possible I’d be super happy :wink:

In the Jump Bar, start typing the name of your script, you should find it. (sorry I misread your post)

It’s also possible to add keycommands for scripts, but it requires to manually edit you keycommands_en.json file. A bit tricky but very useful.

1 Like

Hmm, I wonder if this broke in a recent release. When I add a jump bar alias for a script, I can see that it gets written to jumpBarAliases.ini.

image

But you’re right, the alias doesn’t work after that, even after restarting Dorico.

1 Like

Hopefully they bring this feature back. It would be amazing!
Thanks for your detailed answer!

This sounds amazing!

I tired but without success. What did I wrong?
I duplicated the code from the “RunLastScript” and added the name of my script. But it doesn’t work.

Thanks in advance!

Here is one of mine (C:/Users/[…]/Hide Tuplets is the Windows path)

{
                  "Script.RunScript?ScriptPath=C:/Users/[MY USER NAME]/AppData/Roaming/Steinberg/Dorico 6/Script Plug-ins/Hide Tuplets.lua" : [ "Ctrl+Alt+Shift+T" ]
               },

I’m not enough an expert to tell you if there is another way, I’m always using this syntax, which actually works!

1 Like

Thanks @charles_piano !

I tried to replicate on MacOs, but I couldn’t make it work. I guess the path is different.
Any MacOs experts here? Tahoe 26.3

Probably a Mac user will chime in quickly!

Meanwhile, FWIW, I find on the forum that the Mac path to the scripts is apparently:

~/Library/Application Support/Steinberg/Dorico 6/Script Plug-ins

This post could help you:

And this one as well:

1 Like

Thank you so much @charles_piano !! This is the solution!

{
“Script.RunScript?ScriptPath=/Users/username/Library/Application Support/Steinberg/Dorico 6/Script Plug-ins/nameofscript.lua” : [ “Meta+<” ]
}

2 Likes

Hi @Hannes_Kerschbaumer, on MacOS (I still use Sonoma) you can very easily assign a custom shortcut to any menu item (included custom scripts!). As I already explained in this post (possibly not what you want, but it works perfectly and is very easily changeable):

5 Likes

Thanks Christian! The .json-solution works great!