lilypond-devel
[Top][All Lists]
Advanced

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

Re: completion disturbed by other staff (issue 1082)


From: Benkő Pál
Subject: Re: completion disturbed by other staff (issue 1082)
Date: Thu, 13 May 2010 23:12:30 +0200

hi all,

attached a patch fixing the issue.

the cause of the problem was note_dur being
less than left_to_do_, as noted in the comment I added.

the fix itself is the following part:
-  if (nb.main_part_ && nb < note_dur.get_length ())
+  if (nb.main_part_ && nb < left_to_do_)

the remaining bit simplifies initialisation of left_to_do_
while also puts it early enough to be used in the changed condition.

p

Attachment: patch13
Description: Binary data


reply via email to

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