<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    A follow-up to this very old thread as I had a client today who
    asked about it:<br>
    <div class="moz-forward-container">
      This bug from Finale 25/JW Lua/Windows was fixed in Finale 26.<br>
      It also works correct in Finale 27.x.<br>
      I have checked again the old attached file from 2017 and it still
      leads to wrong results in Finale 25.5/JW Lua 0.54.<br>
      However, in Fin25.5/RGP Lua it's also correct.<br>
      I haven't checked macOS though.<br>
      <br>
      So it's only Finale 25.x/JW Lua that can cause a problem with
      FCPartScorePrefs.DisplayInConcertPitch.<br>
      <br>
      Jan<br>
      <br>
      <br>
      -------- Weitergeleitete Nachricht --------
      <table class="moz-email-headers-table" cellspacing="0"
        cellpadding="0" border="0">
        <tbody>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Betreff:
            </th>
            <td>[JW Lua] FCPartScorePrefs.DisplayInConcertPitch
              difference between 2014.5 and Fin25 in JW Lua 0.54</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Datum: </th>
            <td>Mon, 16 Oct 2017 12:13:09 +0200</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Von: </th>
            <td>Jan Angermüller <a class="moz-txt-link-rfc2396E" href="mailto:jan@angermueller.com"><jan@angermueller.com></a></td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Antwort
              an: </th>
            <td>The JW Lua script plug-in. <a class="moz-txt-link-rfc2396E" href="mailto:jwlua@jwmusic.nu"><jwlua@jwmusic.nu></a></td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">An: </th>
            <td>The JW Lua script plug-in. <a class="moz-txt-link-rfc2396E" href="mailto:jwlua@jwmusic.nu"><jwlua@jwmusic.nu></a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      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>
    </div>
  </body>
</html>