Creating Big Time Signatures in Finale which include the Cut Time Symbol

Q. Do you know if there a solution to the omission of a Cut Time option in Finale’s Engraver Time font?

A. As you know, the Engraver Time font is a vertically “stretched” narrow font specifically designed to display large time signatures in scores:

finale-time-signatures-dialog

However, inexplicably, Finale doesn’t provide the Cut Time symbol in the Engraver Time font; the character slots “c” and “Shift-C” in Engraver Time have been left blank. It’s unclear why a vertically stretched Cut Time symbol was not included with the Engraver Time font.

Finale’s Document Options > Time Signatures dialog can control positioning of the abbreviated Cut Time symbol vertically separate from the regular meters. 

I have logged a feature request with MakeMusic to add the Cut Time and Common Time Symbols to the Engraver Time Font (if you would like to request this as well, refer to case #130919-000264)

In the meantime, if you also happen to own Sibelius 7, you can use the “Opus Big Time Std.” font from Sibelius which *does* have a version of Cut Time and Common Time symbols. Make sure the Cut Time option is checked in Document Options > Time Signatures.

(Hint: if you don’t own Sibelius 7, ask a friend who does to email you the Opus Big Time Std. font, or you can download the Sibelius 7 30-day free trial, which comes with all of the fonts.)

Once you install the Opus Big Time Std. font, depending on the font size you choose for your big time signatures, you will likely need to separately adjust the vertical positioning for the Abbreviated Cut Time symbol so that it appears properly related to the positioning of your regular time signatures:

finale-big-time-sig-settings

You can vertically adjust the three fields for Abbreviated Symbol, Top Symbol and Bottom Symbol to where you think they look best based on the size of your time signatures.

for Susan Pascal

Related:

  1. Finale Blog: Creating Large Time Signatures in Conductor’s Scores
  2. Finale Manual – Document Options-Time Signatures dialog box

A Simple Finalescript™ To Create Rhythm Cues in Drum Parts

Frequently, in jazz charts, drum parts are written with rhythm cues included so the drummer can catch specific accents and phrases the band is playing. These cues might look something like this:

fin-rhythm-cue

Finalescript™ can help speed up the process of creating these cues, automating the following steps required to create cue notes in drum parts:

  1. Move cue notes to Layer 4 in drum staff (Layer 1 is used for slashes)
  2. Transpose all pitches in selection to space above the staff
  3. Change to cue sized notes
  4. Change stem direction of cue notes to stems up
  5. Change tie direction of cue notes to “over”
  6. Move Rests up, parallel with notes in Layer 4
  7. Apply a custom slash notation style that allows the cue notes in Layer 4 to show

The script is designed to create rhythm cues using the Normal Notation Style. However, I’ve also had luck with using it with a drum staves using the  Percussion Notation style, although as outlined below, in newer versions of Finale there is an additional step required.

Before starting to create rhythm cues, you will need to paste the Finalescript lines below into a new Finalescript. Copy and paste the script lines from “//start script” through the line that says “//end script”. In Finale, the script editor can be accessed from the plugins menu: Plugins>Finalescript>Finalescript Palette.

Here is the Finalescript:

more >> “A Simple Finalescript™ To Create Rhythm Cues in Drum Parts”

Convert Straight Quotes & Apostrophes to Smart Quotes via FinaleScript™

“Smart”, or curly quotes are in common use in published works of all types, including books, music and even modern web sites. For music scores, these “smart quotes” give a more refined look than the flat or straight quotes do. The difference is subtle, but appreciable.

You can enter these “smart quotes” on the fly in Finale, using the standard keystrokes recognized in Word and many other applications. On Mac, these are Option-[ for the curly start quote and Option-Shift-[ for the curly closing quote.

Presumably, on Windows the corresponding keystrokes are ALT-[ for the curly start quote and ALT-Shift-[ for the curly closing quote.

Sometimes, however, it would be nice to be able to quickly convert all existing quotes and apostrophes in a Finale score in a single operation. And, as it happens…

more >> “Convert Straight Quotes & Apostrophes to Smart Quotes via FinaleScript™”

A Simple Finalescript™ for Fractions in Finale 2012

One often overlooked but very important “under the hood” feature of Finale 2012 is its full support for the Unicode text standard.

What is Unicode? Unicode provides a unique number for every text character, no matter what the platform, no matter what the program, no matter what the language.

As of Finale 2012, it is possible on both Mac and Windows to show proper fraction characters as standalone text, or as part of technique instructions such as “1/2 section trem., 1/2 ord.” or “1/4 tone bend”. Here’s how:

As with any other text, you can copy the Unicode “½” or “¼” fraction characters seen on this page to the OS Clipboard and paste them into Finale 2012 Expressions. You don’t even have to memorize the keystrokes!

For future use, you could create a New Document Without Libraries, then create and save your fraction characters as a small Text Expression library for later import.

Many times, I receive Finale score files where the “fractions” are written out as a string of regular numerical characters and slashes, e.g. “1/2 section trem., 1/2 ord.” or “1/4 tone bend”. In these cases, it’s most efficient to simply replace all of the “one-slash-two” and “one-slash-four” text strings in one shot with the proper fraction characters.

This search and replace can be done globally in Finale 2012 with a simple Finalescript™ that references the proper Unicode characters.

Copy and paste following lines into a new Finalescript™ to convert these text strings to proper fraction symbols:


//start Finale script
process current doc
search "1/2" replace "½"
search "1/4" replace "¼"
search "3/4" replace "¾"
//end Finale script

The majority of modern fonts support these extended characters. If you find that the script does not work, it’s possible that the font you have chosen is too old to support the extended characters. Certainly the standard fonts that come with your OS, such as Times New Roman, Helvetica and so forth, will include the fraction characters.

The only thing you really need to watch for when running this script is Instrument Names. If the score uses slashes in Instrument names like “Trombone 1/2”, the instrument name will become “Trombone ½”. Typically, multiple instrument names should appear as “1 & 2”, “1, 2” or “1-2” so hopefully, this isn’t an issue.

If you are using Finale 2012, that’s it! That’s all there is to it!

~robert

Related : Creating Fractions & Other Symbols in Finale 2012 & Sibelius 7 using Unicode

Lead / Top Line Chord Notation for Rock, Jazz & Pop Charts in Finale & Sibelius

Lead Line Chord Notation, also referred to as Topline Notation is a shorthand notation convention that is sometimes used for rock, jazz and pop guitar or keyboard charts.

Lead Line / Topline notation is a good way to get the chord voicings you are looking for as a composer or arranger, particularly if you don’t actually play guitar (or piano); it allows you to specify melodic motion of the chords without having to supply details of voicings you may or may not know are practical (or possible) on that instrument.

To create this type of notation, visually, the stems are extended past the noteheads to show that the chords are voiced below (or above) the written lead notes. Here is an example:

Let’s take a look at how to create this type of notation in Finale and Sibelius.

more >> “Lead / Top Line Chord Notation for Rock, Jazz & Pop Charts in Finale & Sibelius”

Convert MIDI CC64 on / off messages to Pedal markings in Finale & Sibelius

Q: Is there a plug-in/tool that will convert MIDI CC64 on/off messages to Pedal on/off markings, respectively, in Finale? It almost seems like a no-brainer… I know it could potentially introduce positioning issues, but I think positioning could be quantized to hit the right beat… at the very least, once they’re in Finale, it’s much easier to move them around. Just wondering if you know of anything that will help.

A: Yes! As it happens, there are plugins available for both Finale and Sibelius that perform this task.


FINALE : JW PEDAL PLUGIN


Jari Williamssohn has written just such a plugin for Finale, called JW Pedal. The plugin adds pedal up/down markings as articulations wherever CC64 MIDI controller events are found.

One current limitation is that you must have the down and up definitions of the pedal markings (as Maestro) in the articulation list before you start – otherwise nothing will show up. But definitely a time saver.

Tip: In a new Document Without Libraries, you can create these 2 articulation characters and export / save them as a library for quick import into future documents rather than having to recreate them each time.

Download the FREE JW Pedal plugin (and other useful plugins) here: Mac | Windows


SIBELIUS : PEDAL LINES PLUGIN


Bob Zawalich has authored the useful (and free) Pedal Lines plugin for Sibelius, which converts CC64 MIDI controller events to Sibelius pedal lines.

Download the FREE Pedal Lines plugin for Mac | Windows here.

~robert

for Rolando Gori

Staying Organized with Finale’s Category Designer

Q: I have a Finale template file that I use often for orchestral music, and I have created several new expression categories with the Category Designer tool. However, I created these categories as they were needed, and they are now arranged in the Expression list without order. I would like to rearrange the order of the categories, but I cannot seem to find a way to do so. Do you know of any way that I can rearrange the order of these categories? Or am I coming up against a shortcoming of this software?

A: More recent versions of Finale have the ability to manually reorganize (sort) Text, Shapes, Lines and Articulations via the “Move Down” and “Move Up” buttons in the Expression Selection, Articulation Selection, Shape Selection and Line Selection dialogs. These sorting buttons also appear in the Document Setup Wizard, Reorder Staves, and in Manage Parts, to allow the user to change a particular instrument’s position in the score.

Unfortunately, Finale’s Document  > Category Designer has no such sorting feature. For those that only use the Default Categories, this doesn’t represent a problem, but for those of us who make use of the ability to create custom categories, the ability to sort them would be useful.

Fortunately, there are a few ways you can reorganize these expression categories. Let’s take a look…

more >> “Staying Organized with Finale’s Category Designer”