<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Jari et al,<br>
<br>
I get wrong FCNoteEntry:CalcStemUp() results when I run this script
on the attached document.<br>
<br>
for e in eachentry(finenv.Region()) do <br>
print(e:CalcStemUp())<br>
end<br>
<br>
Instead of <br>
true, true, false, false, true, true <br>
the script prints:<br>
true, false, true, false, false, false<br>
<br>
<img src="cid:part1.95EA753F.BE938158@angermueller.com" alt=""><br>
<br>
The notes that have the "Reverse Up" flag set return the wrong
result.<br>
<br>
Best,<br>
Jan<br>
</body>
</html>