denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] Coredump adding a staff to score with more than one measu


From: Richard Shann
Subject: [Denemo-devel] Coredump adding a staff to score with more than one measure
Date: Thu, 18 Oct 2007 10:34:03 +0100

adding a staff to score with more than one measure leads to coredumps
shortly after (the display is broken straight away with measures with no
staff lines in  the new staff). This patch fixes it, but I don't know
where it came from (it is not in the release).
Also, dnm_deletemeasure now calls

removemeasures (si, si->currentmeasurenum - 1, 1, FALSE);

where the FALSE means don't delete the measure in the other staffs. In
the release it was deleting in the other staffs. This leads to strange
behaviour as you add more notes to the staff that is short of measures -
basically I don't think it has ever been properly supported, so until it
is I suggest we change this to
removemeasures (si, si->currentmeasurenum - 1, 1, TRUE);
Richard






reply via email to

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