<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Jari,<br>
<br>
there had been a thread some weeks ago about differences between
FCPartScorePrefs.DisplayInConcertPitch in Fin2014.5 and v25.<br>
You had fixed this problem in some release (can't remember which
one), but now I noticed a new difference between 2014.5 and v25 in
the recent 0.54. Load the attached file and run the following script
- it produces different results on 2014.5 and v25 (on Windows 10).<br>
The result on 2014.5 is correct, on v25 some parts are detected as
"Display in Concert Pitch" is checked, but it isn't.<br>
<br>
local parts = finale.FCParts()<br>
parts:LoadAll()<br>
for p in each(parts) do <br>
p:SwitchTo()<br>
local partprefs=finale.FCPartScopePrefs()<br>
partprefs:LoadFirst()<br>
print(partprefs:GetDisplayInConcertPitch())<br>
p:SwitchBack()<br>
end<br>
<br>
on 2014.5<br>
Running [Unnamed Script] ======><br>
false<br>
false<br>
false<br>
false<br>
false<br>
false<br>
false<br>
false<br>
false<br>
false<br>
false<br>
<======= [Unnamed Script] succeeded (Processing time: 0.000 s).<br>
<br>
On v25:<br>
Running [Unnamed Script] ======><br>
false<br>
false<br>
false<br>
false<br>
false<br>
true<br>
false<br>
false<br>
true<br>
false<br>
false<br>
<======= [Unnamed Script] succeeded (Processing time: 0.000 s).<br>
<br>
Best,<br>
Jan<br>
</body>
</html>