<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <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>
  </body>
</html>