denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Coredump adding a staff to score with more than one m


From: Richard Shann
Subject: Re: [Denemo-devel] Coredump adding a staff to score with more than one measure
Date: Sat, 20 Oct 2007 16:22:10 +0100

On Fri, 2007-10-19 at 07:29 -0500, Jeremiah Benham wrote:
> On Thu, 2007-10-18 at 10:34 +0100, Richard Shann wrote:
> > 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). 
> 
> We wanted the ability to have staffs that are different lengths from one
> another because we don't have any kind of move tool to add or delete a
> measure to one staff only. 
> 
> > 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);
> 
> I noticed with rhythm and overlays turned on note entry in one staff
> pushed back the notes in another staff. This does not happen in classic
> mode. It has never coredumped for me in classic entry mode. We need to
I haven't had coredumps, but have seen some strange behaviour, but
cannot reproduce it. It sounds like you have seen something similar in
Insert mode - can you reproduce it? My suggestion about removing the
delete in one staff only was only a suggestion based on the fact that
the code wasn't written with different length staffs in mind. If it is
needed and is not badly broken we should keep it, (and add the delete in
all staffs option).
Thanks,
Richard






reply via email to

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