denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #28347] Tempo Chooser


From: anonymous
Subject: [Denemo-devel] [bug #28347] Tempo Chooser
Date: Tue, 12 Jan 2010 20:27:13 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7

Follow-up Comment #9, bug #28347 (project denemo):

This I believe fixes it.  THe problem was the line

(if replace (d-DirectivePut-standalone "TempoMark" ) )

This should be changed to

(if (not replace) (d-DirectivePut-standalone "TempoMark" ) )

--the reason being that the variable replace is set to #t only if you're
modifying an existing directive; so, when replace is #f, you've go to insert
the mark to start off.
I guess the command box is there for checking the lily version.  How about
put it in a global variable or something so it only runs once?
-Dan W.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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