<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Wow, indeed! Thanks a lot, Chris! Long-term problem solved. These
    functions were added to JW Lua 0.40 - seems that I had missed that.<br>
    <br>
    <div class="moz-cite-prefix">Am 15.09.2019 um 09:45 schrieb Chris:<br>
    </div>
    <blockquote type="cite"
      cite="mid:72fe2eb8-abc4-039e-e21a-9be622cdb5d1@gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">Hello Nick, hello Jan

It is possible to create baselines with functions : AssureSavedLyricNumber, 
AssureSavedLyricNumberForPiece, AssureSavedStaff, AssureSavedStaffForPiece.

At initialization, there is no baseline object. These are created as soon as you modify one.

---------------------------------------
bl = baselines: AssureSavedStaff (final.BASELINEMODE_EXPRESSIONABOVE, 
system: GetItemNo (), staffnumber)
--  (???) bl: LoadDefaultForMode (finale.BASELINEMODE_EXPRESSIONABOVE)
bl.VerticalOffset = bl.VerticalOffset + ToEvpus ('1s')
print (bl: Save ())
---------------------------------------

See "staffnumber" and maybe add "LoadDefaultForMode"

Best regards

Chris</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
JWLua mailing list
<a class="moz-txt-link-abbreviated" href="mailto:JWLua@jwmusic.nu">JWLua@jwmusic.nu</a>
<a class="moz-txt-link-freetext" href="http://jwmusic.nu/mailman/listinfo/jwlua_jwmusic.nu">http://jwmusic.nu/mailman/listinfo/jwlua_jwmusic.nu</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>