denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #28094] Slur Direction commands-scripts included


From: anonymous
Subject: [Denemo-devel] [bug #28094] Slur Direction commands-scripts included
Date: Wed, 25 Nov 2009 23:04:50 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5

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

                 Summary: Slur Direction commands-scripts included
                 Project: GNU Denemo, a gtk+ frontend to GNU Lilypond
            Submitted by: None
            Submitted on: Wed 25 Nov 2009 11:04:48 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:

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)




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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