<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Jari,<br>
<br>
probably similar to the FCCellPos problem I mentioned yesterday, I
have a problem with the new FCCell:CalcClefIndexAt(...). <br>
If you run the following script on the attached Finale document, it
returns the same clef index for each print - although there is one
clef change in measure 4 in the score.<br>
<br>
local cell=finale.FCCell(1,1)<br>
print(cell:CalcClefIndexAt(0))<br>
<br>
cell=finale.FCCell(4,1)<br>
print(cell:CalcClefIndexAt(0))<br>
<br>
cell=finale.FCCell(6,1)<br>
print(cell:CalcClefIndexAt(0))<br>
<br>
Running [Unnamed Script] ======><br>
1<br>
1<br>
1<br>
<======= [Unnamed Script] succeeded (Processing time: 0.000 s).<br>
<br>
(For file size reasons for this mailing list I saved as Fin2012.
Originally tested in 2014.5 with v0.53)<br>
<br>
Best,<br>
Jan<br>
</body>
</html>