<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    If I use FCBaselines:LoadAllForPiece instead of
    FCBaselines:LoadAllForSystem, it always returns 0 items loaded,
    although LoadAllForSystem returns one (assuming that there is
    actually one).<br>
    <br>
    I.e. instead of:<br>
    <font face="Courier New, Courier, monospace">local bls =
      finale.FCBaselines()<br>
print(bls:LoadAllForSystem(staffsystem.ItemNo,finale.BASELINEMODE_LYRICSVERSE))</font><br>
    Prints "1" which is correct, if it is ok that it doesn't count those
    staves that don't have an individual offset (see my other email
    regarding baselines).<br>
    <br>
    I tried:<br>
    <font face="Courier New, Courier, monospace">local bls =
      finale.FCBaselines()<br>
      print(bls:LoadAllForPiece(finale.BASELINEMODE_LYRICSVERSE)) </font><br>
    Prints "0" on the same score as above. Hm ?<br>
    <br>
    Any ideas ?<br>
    <br>
    Jan<br>
  </body>
</html>