<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Jari,<br>
    <br>
    why does FCEntryMetrics:GetLastDotPosition() return a value slightly
    smaller than FCEntryMetrics:GetStemRightPosition() if an up-stem
    note entry <u>doesn't</u> have a dot ?<br>
    Shouldn't GetLastDotPosition() at least have the same value as
    GetStemRightPosition() so that it's possible to always use
    LastDotPosition as the right border of the (up-stem) note (i.e. the
    is either the right stem or the last dot position depending on what
    is bigger).<br>
    <br>
    For example in a score I got these results for a non-dotted quarter
    note:<br>
    FCEntryMetrics:GetLastDotPosition()  returned 2247  (what position
    does this refer to ? It's slightly before the right stem)<br>
    FCEntryMetrics:GetStemRightPosition() returned 2252 (which was
    indeed the position of the right stem)<br>
    The corresponding augmentation dot settings from the document
    options were:<br>
    Dot/Note Space:8 <br>
    Dot Space:8<br>
    <br>
    I suspected that stem connections could have created this. But it's
    the same result without stem connections.<br>
    <br>
    Best,<br>
    Jan<br>
  </body>
</html>