<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Jari,<br>
    <br>
    FCCellFrameHold:CalcClefChange() seems to return true<br>
    for EACH measure that continues with the clef change <br>
    AFTER the measure with the actual clef change.<br>
    For example, if we have a clef change (before barline)<br>
    followed by four measures without clef change,<br>
    FCCellFrameHold:CalcClefChange() returns true in each <br>
    of these 4 measures, although the clef change is <br>
    only visible in the first measure.<br>
    <br>
    In the online documentation it says:<br>
    Only one <a class="el"
href="http://www.finaletips.nu/frameworkref/class_f_c_cell_frame_hold.html"
      title="Class that holds the clef changes at the beginning of a TGF
      frame.">FCCellFrameHold</a> data record should exists for each
    cell and <b>only at clef changes</b>. <br>
    <br>
    But the FCCellFrameHold record also seems to exist<br>
    for the measures AFTER the clef change. <br>
    FCCellFrameHold:Load() returns true in all 4 measures.<br>
    <br>
    Is that correct ?<br>
    <br>
    Jan<br>
  </body>
</html>