denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] keysig change bug


From: Richard Shann
Subject: [Denemo-devel] keysig change bug
Date: Thu, 07 Feb 2008 21:22:14 +0000

I've tracked down the keysig change bug - it was introduced in  Jul 2007
revision 1.2 of contexts.c

Changing back to using initkeyaccs instead of dnm_setinitialkeysig fixes
the immediate problem.
the code becomes
  /*  dnm_setinitialkeysig  (curstaffstruct,
curstaffstruct->leftmost_keysigcontext,
      curstaffstruct->skey_isminor);*/
  initkeyaccs (curstaffstruct->leftmost_keyaccs,
               curstaffstruct->leftmost_keysigcontext);
I don't know if the change was intended to change any functionality.

To see the bug if you open

http://www.rshann.plus.com/Telemann/Partia4/Score.denemo

and go backwards through the movements to Aria 2 then simply navigating
to and fro changes the initial F-Maj keysignature to the G-Maj one that
occurs in measure 24. 
Richard






reply via email to

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