On Thu, 2017-02-23 at 21:52 +0000, Joe Wilkinson wrote: > Hi Richard, > > In transcribing I need lots of notes tremelo'd. It is generally easiest > to do this after inserting the note, especially if they are all of > different lengths. If there is a sequence of identical notes , or > identical patterns of notes I can use and have used snippets. > > I have created 2 buttons called, very imaginatively, Tremelo and > Untremelo (for errors!). > > Tremelo has this script: > > (let ((tag "Tremolo")) > (d-DirectivePut-chord-postfix tag ":32") > (d-DirectivePut-chord-display tag "𝅬") > (d-SetSaved #f)) > (d-NextNote) > And this works simply adding three bars > > > And Untremelo this > ;;; UNtremolo Temolo's item > (d-Tremolo) > This acts just like Alt-t and takes me > through a dialogue > > Any ideas as to how I can simply delete a tremelo marking with a button > press?
(d-DirectiveDelete-chord "Tremolo") (d-SetSaved #f) this will be the response to "Delete" in the script for (d-Tremolo) Richard > > > Joe > _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
