bugDenemo - Bugs: bug #28094, Slur Direction commands-scripts...

 
 

bug #28094: Slur Direction commands-scripts included

Submitter:  None
Submitted:  Wed 25 Nov 2009 11:04:48 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
   

Tue 12 Jan 2010 11:37:14 PM UTC, comment #4: 

It appears this not working simply because the scripts aren't in the right directories.  Using windows, the 0.8.12 version, I go under usr/share/denemo/actions/menus/ObjectMenu/ChordMenu/Markings, and there's nothing there for slurs.  The slur commands are in the Chord Menu directory, not the Markings subdirectory which would correspond to the commands being in the Markings submenu.
Copying the slurs directory from ChordMenu directory to inside the Markings directory fixes the problem (unable to load script).
-Dan W.

Anonymous
Tue 12 Jan 2010 08:41:00 PM UTC, comment #3: 

When I try these commands from the chords/markings/slurs, I get "unable to load the script".  Not sure why.  They are also absent from the notes/rests slur submenu which would probably be a useful place to have them.
-Dan W.

Anonymous
Sun 29 Nov 2009 08:51:48 AM UTC, comment #2: 

Thank you. I think this is the feature zacktu was asking for in irc #denemo just the other day.
 In git.

Richard Shann <rshann>
Group administrator
Wed 25 Nov 2009 11:26:18 PM UTC, comment #1: 

Right now the denemo view is not aware of these commands--is there a way to change the denemo slur directions along with the lilypond?

Anonymous
Wed 25 Nov 2009 11:04:48 PM UTC, original submission:  

I thought these scripts might be useful to others.  It's a pretty common thing to have to modify the slur directions along with the stem directions when setting more than one voice per staff.  I didn't see commands that did this already written.

-Dan W.

;Slur Down:
(d-DirectivePut-standalone-display "SlurDirection" "SlurDown")
(d-CursorLeft)
(d-DirectivePut-standalone-postfix "SlurDirection"  " \\slurDown" )
(d-DirectivePut-standalone-minpixels  "SlurDirection"  60)
(d-CursorRight)
(d-RefreshDisplay)

;Slur Up:
(d-DirectivePut-standalone-display "SlurDirection" "SlurUp")
(d-CursorLeft)
(d-DirectivePut-standalone-postfix "SlurDirection"  " \\slurUp" )
(d-DirectivePut-standalone-minpixels  "SlurDirection"  40)
(d-CursorRight)
(d-RefreshDisplay)

;Slur Neutral:
(d-DirectivePut-standalone-display "SlurDirection" "SlurNeutral")
(d-CursorLeft)
(d-DirectivePut-standalone-postfix "SlurDirection"  " \\slurNeutral" )
(d-DirectivePut-standalone-minpixels  "SlurDirection"  75)
(d-CursorRight)
(d-RefreshDisplay)

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-11-29 rshann StatusNone Fixed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code