Hello, in Denemo 0.9.2, the scheme script: ReBar

(actions/menus/ObjectMenu/MovementMenu/ReBar)

seems that now is not detecting Time Signature changes[0].

I have been trying to debug the script using "Debugger".

The problem seems to be in "GetTimeSigChange", and the call to
d-InsertTimeSig.

I do not know why but, adding a call to "(Debugger)" right before the
call to d-InsertTimeSig "fixes" the problem.

Like this:
;;;;;;;;;;;;;;
(define (GetTimeSigChange)
                (begin
                (Debugger)
                (set! TimeSig (string->number (d-InsertTimeSig 
"query=timesigname") ))
                )
);GetTimeSig
;;;;;;;;;;;;;;


In fact, adding any call to d-GetUserInput before the call to
d-InsertTimeSig "fixes" the problem.

Maybe this notes about the problem help to fix it :).

Cheers and thanks for your work in Denemo :).

P.D.:
Sorry for my English.

[0] http://jmaslibre.org/debian/denemo/time-signature-change.denemo

-- 
Josué M. Abarca S.
Vos mereces Software Libre.
PGP key 4096R/70D8FB2A 2009-06-17
Huella de clave = B3ED 4984 F65A 9AE0 6511  DAF4 756B EB4B 70D8 FB2A

_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to