FR - A few Note Input requests

Thanks for the clarification. Like you, the VAST majority of my tuplets are triplets, so having a 1-key solution to enter triplets is ideal. I’m planning to experiment with your suggestion of adding to the keycommands file, but haven’t gotten there yet. Then on the much-less-frequent occasion where I need some other form of a tuplet, I can still use the popover.

Notion 6 makes rest entry easy. Q= quarter note; H= half note, etc; simply double clicking a note value (QQ,HH) enters the corresponding rest value. Perhaps Dorico could implement a similar solution to rest entry.

1 Like

The Number Pad thing works great for entering notes in Dorico. One of the things that Finale allows is to have the same number key also enter that value of rest if you’re not pressing a pitch on a MIDI keyboard. It’s really convenient-and fast!

And if one’s grid is set to eighth notes, double hitting the space bar adds a quarter rest as soon as one enters the next note
or
Make sure the voices in the two hands are independently routed so a forte in the left hand affects just the LH.

Typically you don’t need to enter rests in Dorico, you just enter the notes and let the program figure out the rests automatically. That’s even quicker than entering them!

Here’s an gif. For this, I had my left hand on my MIDI keyboard and my right hand never left the numpad with my thumb resting on right arrow next to the numpad. Play the F, hit 6, right arrow, play Bb, hit 5, right arrow x2, play the Eb, hit 6. None of the rests needed to be entered at all in this case.
input

1 Like

That works great until you need to enter a 16th rest. Yes, I know I can change the grid resolution, but my point is I just want to be able to directly input the notes and rests without having to think about which key combination, toggle, etc., do I need to press to make it work. I’ve been doing notation work so long that I literally think in numbers for durations and my brain sees a note duration and a rest duration as the same value/process, one has a pitch and the other doesn’t.

1 Like

Rhythmic duration key + Space = moving the caret by that duration.

e.g. 4 Space will advance the caret by a 16th, and as soon as you type a note Dorico will precede it with a 16th rest.

3 Likes

… and that’s why I have Numpad 0 set to Advance the caret by the current duration, as said earlier. It’s identical in effect to Finale Simple Entry adding a rest.

So to enter a 16th rest, it’s 4 0.

4 Likes

Ah, I get it. That’s certainly closer to what I’d love to see. Thanks!

This much, at least, is worth recalibrating in one’s head in order to get the most out of Dorico and the way it thinks. A note and a rest are not the same sort of thing in Dorico, and there’s a value in not fighting the software on that point.

Yeah, I’m getting there. Something about old dogs comes to mind…

2 Likes

This is really quite handy, but doesn’t work in pitch before duration.
There I press the rest key, and then the duration. Might be even closer to what OP is after, since I am sure the rest button can be mapped via MIDI.

Like others, I have the Numpad 0 set to Advance caret by current duration – and I have created external macros to emulate Finale’s Simple Entry functionality, using “double press shortcuts” like holding down * and pressing 1.

Maybe a solution for you (with Autohotkey if you are on Windows) could be something like

Numpad0 & Numpad6::Send, o{,}6{,}o

will enter an explicit quarter rest. So with a set of these, keep the Numpad 0 down and enter rests.

If you want to enter all notes with force duration, this

Numpad6::Send, o6o

for all your durations would do the trick.

(Edited to delete the script that would not work.)

Yes it does. In pitch before duration I can still advance the cursor by the selected note duration, and then play a pitch, and enter a new duration for a note.

I suppose it’s ‘rest after duration’, which may be confusing.

that’s true, but if your previous duration was say a quarter note, and you’d like to advance by an eighth, one cannot hit “5” to chose a duration and then hit space, as “5” would re-enter the same pitch as before as an eight. One needs to first chose the rest-button and then hit “5”.

2 Likes

Ah yes. I see what you mean.

Aha! I didn’t try that, so maybe my script above would not work either.

Not if pitch before duration is the entry method, which tbf most Finale users would probably stick to.

But as I said, in that case it’s easy enough to assign some unused (highest or very lowest) MIDI-Key from the Keybord to the rest-button to activate it and hit it, instead of a regular note.

1 Like

Yes, this came up when pitch-first was introduced in Dorico. My suggestion, and my continued hope, is that MIDI-off could eventually be added, so it would function like Finale: a note depressed plus a number gives a pitch, and number-only gives a rest.

4 Likes

Another big advantage of MIDI-off would be that the user could roll awkward chords with one hand, leaving the keys depressed, then input it, like you can in Finale. As of now as soon as the user plays the next non-simultaneous note, the input caret loses track of the fact that the first note is still being held.

2 Likes