I have come up with a solution using Times New Roman. There are a few defined superscript characters that work really well and this script works. You may need to tweak it to work with your font. Furthermore you will need Finale 2012 to get access to the Unicode field of characters.
Hopefully the font set you are using is Unicode compliant. NOTE: There is one issue. Because I used a differently defined 'n' character, the baseline will be off kilter depending upon the font.
-K
//search and replace st, nd, rd, th with unicode superscript characters // ˢ character U+02E2 (738) MODIFIER LETTER SMALL // ᵗ character U+1D57 (1721) MODIFIER LETTER SMALL // ⁿ character U+207F (2374) SUPERscript LATIN SMALL LETTER // ᵈ character U+1D48 (1706) MODIFIER LETTER SMALL // ʳ character U+02B3 (691) MODIFIER LETTER SMALL // ʰ character U+02B0 (688) MODIFIER LETTER SMALL
search expressions "1st" and replace with "1ˢᵗ" search expressions "ˢᵗ" and replace with "ˢᵗ" [Times New Roman] 13
search expressions "2nd" and replace with "2ⁿᵈ" search expressions "ⁿᵈ" and replace with "ⁿᵈ" [Times New Roman] 13
search expressions "3rd" and replace with "3ʳᵈ" search expressions "ʳᵈ" and replace with "ʳᵈ" [Times New Roman] 13
search expressions "4th" and replace with "4ᵗʰ" search expressions "ᵗʰ" and replace with "ᵗʰ" [Times New Roman] 13 ________________________________________ Kelby Kelby
"Talent Borrows, Genius Steals" Igor Stravinsky
Mac and PC Finale user since version 3.5+ |