bugDenemo - Bugs: bug #26604, Post-Octave Up

 
 

bug #26604: Post-Octave Up

Submitter:  None
Submitted:  Mon 18 May 2009 01:49:33 PM UTC
   
 
Category:  Feature request Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 18 May 2009 03:28:05 PM UTC, comment #1: 


>In Lilypond relative mode, the , or ' keys modify the note already entered; in Denemo as it stands now, these keys jump the cursor to modify the NEXT note entered.


That is true of most modes, but not edit mode. You can type in duration followed by note name octave sharp/flat dots when you are appending in edit mode. Whether this would be a pleasant system to use I am not sure.

Your script:

(d-CursorLeft)
(d-ToggleEdit)
(d-OctaveUp)
(d-ToggleEdit)
(d-CursorRight)
would do something unexpected if you were already in Edit mode - but it would be ok if you never did mode switching. (We need a command to interrogate the mode - it is lacking at present).

You would re-bind comma and single quote to the new commands, I guess. Give it a try. The original Classic mode was intended to be as close to typing in LilyPond as text as possible, I think. But if you can do better...



Richard Shann <rshann>
Group administrator
Mon 18 May 2009 01:49:33 PM UTC, original submission:  

Another simple-to-script feature request:
   In Lilypond relative mode, the , or ' keys modify the note already entered; in Denemo as it stands now, these keys jump the cursor to modify the NEXT note entered.
   Also, it's a frequent problem that a note I just entered was in the wrong octave, and it's time-consuming to delete it, jump and octave, and then re-insert it.
   So, why not add commands (I called them PostOctaveUp and PostOctaveDown) that raise or lower the previous note by 1 octave?  It seems to me it would be more intuitive and quicker to use for many people and should be available pre-scripted.
   It can be scripted like this:
(d-CursorLeft)
(d-ToggleEdit)
(d-OctaveUp)
(d-ToggleEdit)
(d-CursorRight)


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by steele (Updated the item)
  • -email is unavailable- added by rshann (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-12-04 steele Open/ClosedOpen Closed
    2009-07-09 rshann StatusNone Fixed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code