NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Flurmy on 2025-03-31 11:02 AM

Title: Missing missing octave accidentals
Post by: Flurmy on 2025-03-31 11:02 AM
I don't understand why "Score review" don't flag as warnings (and don't find) the various missing octave accidentals of this score.
Title: Re: Missing missing octave accidentals
Post by: Warren Porter on 2025-03-31 11:49 AM
I don't know why Score Review didn't flag the octave, but you might want to use dooctave.js (https://nwc-scriptorium.org/wp/dooctave.js) (nwc-scriptorium.org) in the future. When changing a note to an octave chord, all attributes of the original note are applied to the created one. Installation instructions are in the first few lines.
Title: Re: Missing missing octave accidentals
Post by: Lawrie Pardy on 2025-03-31 11:59 AM
I think it's because they're in octaves and thus could be correct.
Check this snippet that detects the error correctly (notice that the 4th note in the 1st bar is erroneously affected by the accidental on the preceding note - this is a long time quirk of NWC):
Code: [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Key|Signature:F#,C#|Tonic:D
|TimeSig|Signature:4/4
|Note|Dur:4th|Pos:-3
|Note|Dur:4th|Pos:4
|Note|Dur:4th|Pos:n-3
|Note|Dur:4th|Pos:4
|Bar
|Chord|Dur:4th|Pos:-3,4
|Rest|Dur:4th
|Chord|Dur:4th|Pos:-3,n4
|Rest|Dur:4th
|Bar
!NoteWorthyComposerClip-End
Title: Re: Missing missing octave accidentals
Post by: Flurmy on 2025-03-31 04:46 PM
When changing a note to an octave chord, all attributes of the original note are applied to the created one.
Thanks, Warren, but usually this kind of problem arises because I'm copying from a "bugged" score.
Rarely I needed to add the octave to a long section.

By the way: for the same function there is also OctaveDoubling.nw.nwcut.lua, rg_AddOctave.php, rg_AddOctave.Lua.
Title: Re: Missing missing octave accidentals
Post by: Flurmy on 2025-03-31 04:53 PM
I think it's because they're in octaves and thus could be correct.
Could be correct? Why?
I don't think so.
(notice that the 4th note in the 1st bar is erroneously affected by the accidental on the preceding note - this is a long time quirk of NWC):
Yes, I know that, but, let me say, it's terrible for reading at first sight.
A Vivaldi manuscript I recently notated had those orrors... (not a mistyping :) )
Title: Re: Missing missing octave accidentals
Post by: Lawrie Pardy on 2025-04-01 12:40 AM
I think it's because they're in octaves and thus could be correct.
Could be correct? Why?
I don't think so.
With respect, I have seen such constructs that weren't erroneous - not often though, I do admit.