<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi all,<br>
    <br>
    what is the fastest method in removing a whole rest and thus
    creating the "default whole rest" look?<br>
    <br>
    I noticed that the standard Finale plug-in "Change to Default Whole
    Rests" works super-fast while all JW Lua methods that I tested can
    take several seconds (even more than a minute) if run on huge scores
    with thousands of empty measures.<br>
    I have tested it with:<br>
    <br>
    FCNoteEntryLayer:DeleteAllRestFrames()<br>
    FCNoteEntryLayer:DeleteAllNullEntries()<br>
    FCNoteEntryLayer:ClearAllEntries()<br>
    FCNoteEntryCell:ClearFrame()<br>
    FCNoteEntryCell:DeleteAllNullEntries()<br>
    FCNoteEntryCell:DeleteEntry()<br>
    <br>
    Maybe I did something wrong, but I wonder why it is so slow and the
    Finale plug-in so fast.<br>
    Any ideas?<br>
    <br>
    Best,<br>
    Jan<br>
  </body>
</html>