Skip to main content
Topic: Missing missing octave accidentals (Read 1201 times) previous topic - next topic

Missing missing octave accidentals

I don't understand why "Score review" don't flag as warnings (and don't find) the various missing octave accidentals of this score.

Re: Missing missing octave accidentals

Reply #1
I don't know why Score Review didn't flag the octave, but you might want to use 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.
Since 1998

Re: Missing missing octave accidentals

Reply #2
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
I plays 'Bones, crumpets, coronets, floosgals, youfonymums 'n tubies.

Re: Missing missing octave accidentals

Reply #3
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.

Re: Missing missing octave accidentals

Reply #4
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 :) )

Re: Missing missing octave accidentals

Reply #5
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.
I plays 'Bones, crumpets, coronets, floosgals, youfonymums 'n tubies.