<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Jari,<br>
    <br>
    the documentation to FCTextRepeat.HorizontalPos only says:<br>
    "Returns the horizontal position (in <b>EVPU</b>s) from the
    measure's origin."<br>
    <br>
    Maybe it would be more clear if you could mention that it is a
    scaled value, depending on FCMeasure:GetWidth().<br>
    so if the measure width is 300, then 24 means the measure position
    24 / 300 starting from position 0 (i.e. where the music starts minus
    "Spacing Before Music").<br>
    Or in other words: a horizontalPos value of 24 means 24 *
    MeasureScalingFactor.<br>
    <br>
    Best,<br>
    Jan<br>
  </body>
</html>