denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #30430] Move cursor octave up


From: anonymous
Subject: [Denemo-devel] [bug #30430] Move cursor octave up
Date: Tue, 13 Jul 2010 16:49:07 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729)

URL:
  <http://savannah.gnu.org/bugs/?30430>

                 Summary: Move cursor octave up
                 Project: GNU Denemo, a gtk+ frontend to GNU Lilypond
            Submitted by: None
            Submitted on: Tue 13 Jul 2010 04:49:07 PM UTC
                Category: Feature request
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hmmm, using the denemo 0.8.19 build for windows Nils sent me, I noticed that
there appears to be no command to move the cursor an octave up without
modifying the previous or current note.
I am very used to using that command and I wrote a script for it.

Make this the initialization script for the Navigation menu:

(define (d-GoUpOrDown n) 
  (begin (if (> n 0) (begin (d-CursorUp) (d-GoUpOrDown (- n 1))))
    (if (< n 0) (begin (d-CursorDown) (d-GoUpOrDown (+ n 1))))))

Then add commands
JumpUpOctave
to scheme
(d-GoUpOrDown 7)

JumpDownOctave
(d-GoUpOrDown -7)

My own preference is to set this to Ctrl+Up or Down, and set the current
denemo OctaveUp command to ', OctaveDown to ,

Files for .denemo are attached, include command descriptions etc.
The init.scm is for the Navigation menu.
-Dan W.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 13 Jul 2010 04:49:07 PM UTC  Name: init.scm  Size: 158B   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=20955>
-------------------------------------------------------
Date: Tue 13 Jul 2010 04:49:07 PM UTC  Name: JumpDownOctave  Size: 386B   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=20956>
-------------------------------------------------------
Date: Tue 13 Jul 2010 04:49:07 PM UTC  Name: JumpUpOctave  Size: 383B   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=20957>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30430>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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