Make all notes conform to the key?

General notation questions, including advanced notation, formatting, etc., go here.

Moderators: Peter Thomsen, miker

Post Reply
campersand
Posts: 38
Joined: Thu Feb 02, 2012 9:03 am
Finale Version: 26
Operating System: Windows

Post by campersand » Sat Feb 01, 2020 8:04 am

Is there a way to remove all accidentals from a large group of notes that's faster than manually correcting each note?
Finale 26.3.1.520, windows 11


User avatar
Peter Thomsen
Posts: 6626
Joined: Fri Jul 25, 2003 6:47 pm
Finale Version: Finale v27.4
Operating System: Mac

Post by Peter Thomsen » Sat Feb 01, 2020 12:36 pm

Layout or playback? - or both?
Mac OS X 12.6.9 (Monterey), Finale user since 1996

User avatar
N Grossingink
Posts: 1788
Joined: Mon Dec 19, 2016 2:50 pm
Finale Version: 27.3
Operating System: Mac

Post by N Grossingink » Sat Feb 01, 2020 1:19 pm

What did you do to end up with superfluous accidentals that duplicate what's stated in the key? That might provide the solution.

I would try the Canonical Utilities plugin set to "Default Accidentals" or "Clear Frozen Accidentals". Experiment on a copy of the file just in case.
N. Grossingink
Educational Band, Orchestra and Jazz Ensemble a specialty
Sample: https://drive.google.com/file/d/1pFF5OeJDeLFGHMRyXrubFqZWXBubErw4/view?usp=share_link


Mac Mini 2014 2.6 Ghz, 8Gb RAM
OSX 10.15.7
Finale 2012c, 25.5, 26.3, 27.3

User avatar
Peter Thomsen
Posts: 6626
Joined: Fri Jul 25, 2003 6:47 pm
Finale Version: Finale v27.4
Operating System: Mac

Post by Peter Thomsen » Sat Feb 01, 2020 4:06 pm

campersand wrote:
Sat Feb 01, 2020 8:04 am
Is there a way to remove all accidentals from a large group of notes that's faster than manually correcting each note?
In the thread title you are talking about making “all notes conform to the key”.

It is not clear what you have, and what you need.

Do you need to change the playback?
Do you need to change the layout?

An example:
In the key of C major you have F♯.
Do you need that F♯ changed to F in the playback?
Do you need that F♯ changed to F in the layout?
Mac OS X 12.6.9 (Monterey), Finale user since 1996

User avatar
N Grossingink
Posts: 1788
Joined: Mon Dec 19, 2016 2:50 pm
Finale Version: 27.3
Operating System: Mac

Post by N Grossingink » Sat Feb 01, 2020 4:26 pm

If it's a matter of changing all F# to F natural, etc. use the free plugin JW Change Pitches.
https://www.finaletips.nu/index.php/dow ... or-windows
N. Grossingink
Educational Band, Orchestra and Jazz Ensemble a specialty
Sample: https://drive.google.com/file/d/1pFF5OeJDeLFGHMRyXrubFqZWXBubErw4/view?usp=share_link


Mac Mini 2014 2.6 Ghz, 8Gb RAM
OSX 10.15.7
Finale 2012c, 25.5, 26.3, 27.3

campersand
Posts: 38
Joined: Thu Feb 02, 2012 9:03 am
Finale Version: 26
Operating System: Windows

Post by campersand » Sat Feb 01, 2020 9:34 pm

Thanks for the responses! I have a bunch of notes that have accidentals and I need to make the accidentals visually go away, in the layout. Playback doesn't really matter. So, Peter, the latter of your two examples is the one I need.

I tried the JW Change plugin and was able to hide the accidentals, which for all intents & purposes will work. But it kind of bugs me that I can still see them even though they're greyed out and I know they won't print. :)

N Grossingink, I don't have superfluous accidentals that duplicate what's stated in the key. I have actual accidentals that I need to change to notes that fit the key. Would the Canonical Utilities plugin still help with that?
Finale 26.3.1.520, windows 11

User avatar
HaraldS
Posts: 229
Joined: Mon Dec 19, 2016 11:46 am
Finale Version: 25.5
Operating System: Windows

Post by HaraldS » Sat Feb 01, 2020 10:17 pm

campersand wrote:
Sat Feb 01, 2020 8:04 am
Is there a way to remove all accidentals from a large group of notes that's faster than manually correcting each note?
Yes. If you can install and use the JWLua plugin within your Finale 2014, this script does what you want:

Code: Select all

for entry in eachentrysaved(finenv.Region()) do
   for note in each(entry) do
       note.RaiseLower = 0
   end
end
Select a region in your document and run the script. The accidentals will disappear and playback will be correct.
Finale 3.0-25.5, German edition, Windows 7
trombonist, pianist, conductor / Recklinghausen, Germany

User avatar
Michel R E
Posts: 702
Joined: Sat Dec 10, 2016 9:16 pm
Finale Version: Finale 2012, 25, 26
Operating System: Windows

Post by Michel R E » Sat Feb 01, 2020 10:21 pm

campersand wrote:
Sat Feb 01, 2020 9:34 pm
I tried the JW Change plugin and was able to hide the accidentals, which for all intents & purposes will work. But it kind of bugs me that I can still see them even though they're greyed out and I know they won't print. :)
Not the JWChange plugin.
The JWChange Pitches plugin... it's a separate plugin.

It allows you to change any note to another note.
For example, change all Bb to B natural.
This doesn't hide the accidental, it actually changes the MIDI value of the note.
User of Finale since version 3.0 on Windows.
Now using a mix of Finale 2012, Finale 25, and 26.1
GPO, Garritan Solo Stradivari violin, Gofriller Solo Cello.
XSamples Chamber Ensemble.
Absolute convert to NotePerformer3.

User avatar
N Grossingink
Posts: 1788
Joined: Mon Dec 19, 2016 2:50 pm
Finale Version: 27.3
Operating System: Mac

Post by N Grossingink » Sat Feb 01, 2020 10:22 pm

Use the JW Change Pitches - it's free.
N. Grossingink
Educational Band, Orchestra and Jazz Ensemble a specialty
Sample: https://drive.google.com/file/d/1pFF5OeJDeLFGHMRyXrubFqZWXBubErw4/view?usp=share_link


Mac Mini 2014 2.6 Ghz, 8Gb RAM
OSX 10.15.7
Finale 2012c, 25.5, 26.3, 27.3

campersand
Posts: 38
Joined: Thu Feb 02, 2012 9:03 am
Finale Version: 26
Operating System: Windows

Post by campersand » Sun Feb 02, 2020 8:59 pm

Thanks again, got the Change Pitches plugin and it did the trick!
Finale 26.3.1.520, windows 11

Post Reply