denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] A possible scheme script


From: rain
Subject: [Denemo-devel] A possible scheme script
Date: Mon, 28 Jan 2019 15:13:34 -0800
User-agent: Zoho Mail

Hello Richard (and or whomever gets this email, I'm not sure who the recipients are),

    Something that you may, or may not be interested in adding, eventually: If someone was writing with counterpoint in mind, adding intervals easily (good for beginners like me who are learning music theory alongside using Denemo) to the staff above (or below) the Cantus Firmus could be achieved with something like (with cursor on a note on lower staff and staff above blank, in this case):

(d-AddLowestUpMajor3)
(d-CursorDown)
(d-CursorDown)
(d-CursorDown)
(d-RemoveNoteFromChord)
(d-SetMark)
(d-Cut)
(d-MoveToStaffUp)
(d-MoveCursorRight)
(d-Paste)
(d-MoveCursorLeft)
(d-SetMark)
(d-Copy)
(d-MoveToStaffDown)
(d-MoveCursorRight)
(d-Paste)
(d-MoveCursorLeft)
(d-AddHighestDownMajor3)
(d-CursorUp)
(d-CursorUp)
(d-CursorUp)
(d-RemoveNoteFromChord)

Thanks to Denemo's ability to set the cursor to same not position on the staff when moving cursor up and down staffs.

  Rain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]