On Fri, 2019-01-18 at 08:58 -0800, rain wrote:
> It may be useful to add (d-MoveCursorRight) to the end, which becomes
> handy when editing a row of spacers; 

yes, that should be standard for this type of editing command - I've
updated the script.
Richard

> 
> ~R
> 
> 
> ---- On Wed, 16 Jan 2019 04:06:56 -0800 Richard Shann <richard@rshann
> .plus.com> wrote ----
> 
> I think being able to toggle between non-printing and printing rests 
> should be available in the commands. This is the script that does
> it: 
> It un-sets the selection, the sets it to the object at the cursor
> then 
> toggles the non-printing status and then un-sets the selection again 
> and tells Denemo that the score has been changed. 
> 
> (d-UnsetMark) ;unset selection 
> (d-SetMark) ;select object at cursor 
> (d-SetNonprinting (not (d-GetNonprinting))) ;toggle non printing 
> (d-UnsetMark) 
> (d-SetSaved #f) 
> 
> I'll add this as a command - you can do that yourself, of course, by 
> putting the script into the Scheme window and then using the usual 
> right-click in the Rest Insertion menu. 
> 
> Richard 
> 
> 

_______________________________________________
Denemo-devel mailing list
Denemo-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to