Skip to main content
Topic: Extra accidentals - bug? (Read 2431 times) previous topic - next topic

Extra accidentals - bug?

I have some strange inconsistency: accidentals for F natural and C natural have turned up partway through a page. The work is in Cmaj and nearest F# is 4 bars away and there has been no C#.
It is though there has been a phantom key change. It only appears in one of the seven staves in the system. It is repeated in that stave until the key changes place to Amaj.

Re: Extra accidentals - bug?

Reply #1
If you send an example, and a description of how it was created, we'll be glad to look at it.

Re: Extra accidentals - bug?

Reply #2
Kevin, after reviewing your files, I can see that the cause of the problem is the use of special endings with local repeats. Special endings should only be paired up with Master Repeats. Local repeats do not use special endings.

So, your bar 12 and 13 should look like this:

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Bar|Visibility:Always
|Ending|Endings:1|Visibility:Always
|Note|Dur:Half,Dotted|Pos:-4|Opts:Stem=Up,Slur=Upward,ArticulationsOnStem
|Text|Text:"Repeat poco più %"|Font:StaffItalic|Pos:-13|Justify:Right|Placement:AtNextNote
|Note|Dur:4th|Pos:-4|Opts:Stem=Up,Slur=Upward,ArticulationsOnStem
|Bar|Style:MasterRepeatClose
|Ending|Endings:2|Visibility:Always
|Note|Dur:Half,Dotted|Pos:-4|Opts:Stem=Up,Slur=Upward,ArticulationsOnStem|Visibility:Always
|Note|Dur:4th|Pos:-4|Opts:Stem=Up,Slur=Upward,ArticulationsOnStem
|Bar
!NoteWorthyComposerClip-End
This will also solve your issue of the local repeat count showing up on the bar.