<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Jari,<br>
    <br>
    there seems to be a severe problem with FCMusicRegion.<br>
    It's not possible to do algorithmics with FCMusicRegion anymore
    before every parameter of FCMusicRegion is set. I think that doesn't
    make sense as there may be dependencies before all region values are
    set, as here:<br>
    <br>
    Test code:<br>
    local musicregion=finale.FCMusicRegion()<br>
    musicregion.StartMeasure=15<br>
    if musicregion.StartMeasure>10 then<br>
        musicregion.EndMeasure=musicregion.StartMeasure<br>
    end<br>
    print(musicregion.StartMeasure,musicregion.EndMeasure)<br>
    <br>
    Running [Unnamed Script] ======><br>
    0 0    --should print 15 15<br>
    <======= [Unnamed Script] succeeded (Processing time: 0.000 s).<br>
    <br>
    Or in other words: it would be very much work to fix every
    FCMusicRegion call to be conform with this new standard.<br>
    <br>
    Best,<br>
    Jan<br>
    <br>
  </body>
</html>