<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Jari,<br>
    <br>
    how can I calculate the width of a multimeasure rest <br>
    measure (or better: group of measures) ?<br>
    <br>
    FCMultiMeasureRest.Width seems to return a constant value<br>
    unless the measure width was changed manually with the<br>
    measure tool.<br>
    If it was changed manually, then it returns the correct value.<br>
    <br>
    FCMeasure.Width of an empty measure that is part of a multimeasure
    rest<br>
    also seems to return a constant value. When summing up<br>
    all measure widths that belong to a multimeasure rest,<br>
    the value is much bigger than the actual multimeasure rest width.<br>
    <br>
    A workaround is to calculate with the new cell metrics<br>
    LeftEdge from the beginning of the MM rest until the next normal
    measure.<br>
    But that does not work if the multimeasure group is the<br>
    last measure on a system, then one would need to have a<br>
    RightEdge value.<br>
    <br>
    Have a nice day,<br>
    Jan Angermueller<br>
  </body>
</html>