<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Jari,<br>
<br>
in the online documentation of FCMusicCharacterPrefs, it says that<br>
Set/GetVerticalHalfSlashBaseline<br>
Set/GetVerticalWholeSlashBaseline<br>
Set/GetVerticalBrevisSlashBaseline<br>
are<b> already Lua-supported</b>, but currently they don't work
(i.e. error: ... attempt to call method
'SetVerticalHalfSlashBaseline' (a nil value))<br>
And they also don't appear in the class browser.<br>
Only Set/GetVertical<b>Quarter</b>SlashBaseline works fine.<br>
<br>
See code snippet below.<br>
<br>
All the best,<br>
Jan<br>
<br>
local mc=finale.FCMusicCharacterPrefs()<br>
mc:LoadFirst()<br>
mc:SetVerticalQuarterSlashBaseline(-24) --works fine<br>
mc:SetVerticalHalfSlashBaseline(-24) -- throws error message<br>
<br>
</body>
</html>