On 14 August 2011 22:07, Kieren MacMillan <[email protected]> wrote:
> When did lyricMelismaAlignment begin to require an exact integer? > My 2.13 scores with #-0.9 as the setting are throwing errors in 2.15.8 — > feature or bug? Where are you setting it? If it's inside a \layout block, then we've recently introduced strict type checking which only used to apply to music blocks. lyricMelismaAlignment's always had the type `ly:dir?' so it expects -1, 0 or 1. This is a bit silly though, since all it does is override LyricText #'self-alignment-X, which has the type `number?'. Will fix shortly. Cheers, Neil _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
