Is there a way to do system breaks in write mode?
Thanks
Is there a way to do system breaks in write mode?
Thanks
No, though you could create a script to Go to Engrave mode, add a System Break; and then return to Write mode.
Usually, itās best to do the writing, then do the layout when itās all done.
One thing you can do is create a system or frame break in Engrave mode, then return to write mode. There you can select the break, copy and paste it to another spot, or ALT-click it to copy it to a new spot. I do that sometimes with condensing changes as well.
Iām not sure how many signposts can be copy-pasted but itās a great feature indeed!
I am of the opinion that (and Iāve voiced this before) adding system breaks in write mode has itās genuine uses. Sometimes you need to split long bars (cadenzas) or place breaks to even be able to properly enter music in in page view.
My own use of galley view is limited, because it doesnāt handle situations with multiple lines of lyrics well (even when you increase the default spacing values) so it is often of very limited use to me. Long phrases on reciting tones are not handled gracefully until the ālyricā is left aligned and measures are shifted around to permit proper spacing. In the absence of the ability to shift measures in write mode, you have to switch modes just to add the system breaks, because if you donāt, you literally cannot see what you are doing because of all the collisions.
I use Keyboard Maestro to do that and it works very well. It automatically switch to Engrave mode, inserts the system break and returns to write mode. I attach the macro I made in Keyboard Maestro if someone is interested. The shortcut to activate the macro is: control+option+command+S
dorico system break in write mode.kmmacros.zip (1.3 KB)
⦠yes it is possible to enter System Brakes in Write Mode: in Dorico SE! as there is no Engrave Mode in the SE version
Iām grateful to have your KM version; thank you for sharing it. I do something similar with my stream deck, but I donāt always have one handy, so this is great to have as a backup.
I know this has been discussed before but - despite this going against Doricoās design philosophy - I STRONGLY still encourage them to add system and frame breaks in Write Mode for convenience.
My script has just one step and it still works:
local app=DoApp.DoApp()
app:doCommand([[Edit.CreateSystemBreak]])
I assigned it a keyboard shortcut in Mac System Prefs > Keyboard. So now with one keypress I can add a system break without apparently leaving write mode at all.