denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #28034] 128th note and free tuplets needed


From: anonymous
Subject: [Denemo-devel] [bug #28034] 128th note and free tuplets needed
Date: Tue, 17 Nov 2009 23:16:32 +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

Follow-up Comment #5, bug #28034 (project denemo):

This script should let you enter any tuplets and will work as well as the 9/8
script which it's based on:

( let ((top #f) (bottom #f) (DirectiveText #f) (DirectiveDisplay #f) )
(set! top (d-GetUserInput "Enter tuplet numerator " "Enter the fraction to
multiply the duration by, numerator first.  E.g., for triplets, enter 2, then
3.  Numerator:" "2" ) )
(set! bottom (d-GetUserInput "Enter tuplet denominator" "Enter the fraction's
denominator:" "3" ) )
(d-DirectivePut-standalone-minpixels "Tuplet" 20)
(d-CursorLeft)
(set! DirectiveText (string-append "\times " top "/" bottom " { ") )
(set! DirectiveDisplay (string-append "~" bottom "/" top) )
(d-DirectivePut-standalone-postfix "Tuplet" DirectiveText)  
(d-DirectivePut-standalone-display "Tuplet" DirectiveDisplay )
(d-CursorRight)
(d-RefreshDisplay)
)

-Dan W.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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