[JW Lua] LyricsPrefs-bugs

Bart Visser bartvisser at me.com
Tue Dec 15 09:37:39 CET 2015


Hi Jari,

I think there is a bug in setting the alignment-options in finale.FCLyricsPrefs()

local lyricsPrefsObject = finale.FCLyricsPrefs()
lyricsPrefsObject:Load(1)
lyricsPrefsObject:SetStartSystemSyllableAlignment(finale.LYRICS_ALIGN_LEFT)	-—> no change
lyricsPrefsObject: SetFirstSyllableAlignment(finale.LYRICS_ALIGN_LEFT) —-> no change
lyricsPrefsObject:Save()

So SetFirstSyllableAlignment and SetStartSystemSyllableAlignment don’t work. The other two (SetWordExtSyllableAlignment and SetOtherSyllableAlignment) and the getters for all four work fine.

All the best,


Bart Visser



More information about the JWLua mailing list