Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Audio / Video  |  Editors  |  Coda Finale

Coda Finale

Coda Finale - 2005

music notation: create, edit, print sheet music

All Time: (3.4)
Version 2005: (1.0)
Selected Version: 2005
Release Date: 2004-08-18
License: Commercial
Downloads (version 2005): 2,348
Downloads (all versions): 1,955
Price: $600.00 New
$109 Upgrade

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

Music notation program giving you complete control over every aspect of the printed page while providing powerful control over MIDI input and output.

What's new in this version:

  • Finale Performance Assessment (FPA) Utilizing SmartMusic technology to be further differentiated from its competitors, Finale 2005 can create music files which students can see and play in the revolutionary FPA application (now available as a free download at www.finalemusic.com). Students can practice the music at any tempo, hear how it is supposed to be played, and even be assessed with red and green notes which show them what they did wrong and how to do it right. Students can also record themselves for instant feedback and self-evaluation. The recordings can be saved to disk or e-mailed to teachers along with the grade FPA gave their performance. No other notation product offers a similar feature.
  • Engraver Tuplets Default tuplet positioning looks great (even when tuplets begin with rests) and tuplets automatically reposition when notes are moved on the staff. Tuplet brackets avoid staff lines and rests and follow the angles of stems and notes. Many new automatic positioning and editing enhancements have been added.
  • Create SmartMusic Accompaniments A new SmartMusic Wizard makes it easier than ever to create accompaniments with advanced features for solo works, exercises, warm-ups, and more, for use in the classroom or for student use at home.
  • Row-Loff Marching Percussion Sounds Dozens of high-quality marching band sounds are included free with Finale 2005.
  • Human Playback Enhancements Users can now combine multiple Human Playback styles in a single piece and edit the results with the Finale MIDI tool. Additionally, Human Playback has more control and new features for 2005 the result is that music plays back with more lifelike nuance than ever before.
  • Macintosh/Windows on a single CD together For the first time ever, both Finale for Macintosh and Finale for Windows are found on the same CD. Those who have a Windows computer at work and a Macintosh computer at home have all they need with a single purchase.
  • Intelligent repeats, grace note and other music-spacing improvements, expanded Setup Wizard, new TG Tools plug-ins, transportable staff lists, the ability to record continuous data in HyperScribe, and third-party sound font support are among the many other new features

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.3
  • Mac OS X 10.2

Additional Requirements:

  • Mac OS X 10.2 or higher

Screenshots:

Download Links:

Download Links:

Your Installed Versions:


 

Feedback Summary:

Version 2005:
Overall Rating: (1.0) Features: (1.0) Support: (1.0)
Ease of Use: (1.0) Quality / Stability: (1.0) Price: (1.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

Coda Finale Usage TipAnd another flaw - Version: 2009b.r3, 9/26/2009 10:11PM PST

dgatwood
Not so much a bug so much a a missing critical feature. When doing multiple parts in a single stave in the score and breaking it out into separate parts in the linked parts, there doesn't appear to be any per-part control over the position of rests. This means that if you need to modify the default position of the rest to avoid a collision with the other part in the score, you'll end up with the rest in entirely the wrong place in the linked part. In short, you merely have a choice about which version looks bad.
Post a commentAlert Admin

Coda Finale Usage TipAnd several more significant bugs - Version: 2010, 9/25/2009 11:18PM PST

(1 of 1 users found this comment useful)

dgatwood
1. When doing part splits from one staff into multiple separate parts, there's no way to specify that you want things from two layers. So you can't specify that you want layer 1 and layer 3 (cue notes) together in one part. Instead, you have to clumsily hide layer 2. Woe be unto anyone who has more than one set of cue notes for the different parts in such a stave.

2. When doing part splits from one staff into multiple separate parts, there's no way to specify what "note-attached" symbols to include from other staves. The last thing I want is multiple copies of dynamics, one per part, but this means I have to hide every other symbol that IS layer-specific. There's just not enough granularity.

3. When using linked parts, measure width changes to multimeasure rests go away as soon as you switch to another part and switch back. This makes it VERY clumsy to deal with any long text expressions such as "March Tempo (q = 60 M.M.)" or whatever.
Post a commentAlert Admin

Most Recent Replies: View All 1 Replies

Coda Finale Troubleshooting ReportWon't install at all - Version: 2009b.r3, 12/31/2008 12:17PM PST

(1 of 1 users found this comment useful)

dgatwood
Apparently, MakeMusic doesn't feel it necessary to test their software on case-sensitive HFS+ systems. I filed a problem report more than a year ago about the Finale 2007 compatibility problem along with a simple couple of commands you could use to fix it and asking them to publish that information in their help library. To date, they have not bothered to do so. I hoped that at minimum, this would wake up their testers and get them to actually pay attention to these things. Apparently it failed to do that as well.

We just got Finale 2009. It won't even install. When you click "Install", it just sits there and does absolutely nothing. In the console, it produces the error "2008-12-31 07:48:17.281 Finale Suite[165:10b] launch path not accessible".

A simple "strings" on their install binary told me all I need to know. These two strings:

/applications/utilities/installer.app/contents/MacOS/installer
/System/Library/CoreServices/Installer.app/contents/MacOS/installer

should be:

/Applications/Utilities/Installer.app/Contents/MacOS/Installer
/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer


Fortunately, it's fairly easy to work around this problem if you know what you are doing....


Mac OS X 10.5 (with case-sensitive HFS+):

cd /System/Library/CoreServices/Installer.app
ln -s Contents contents
cd Contents/MacOS/
ln -s Installer installer


Mac OS X 10.4 Server (with case-sensitive HFS+):

I'm not sure if 10.4 had its installer in /Applications/Utilities or in /System/Library/CoreServices. If Installer.app is in /System/Library/CoreServices, follow the 10.5 directions. If not, do this:

cd /
ln -s Applications applications
cd Applications
ln -s Utilities utilities
cd Utilities
ln -s Installer.app installer.app
cd Installer.app
ln -s Contents contents
cd Contents/MacOS/
ln -s Installer installer

Post a commentAlert Admin

Most Recent Replies: View All 9 Replies