lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in lyric syllable magnetic snap


From: Thomas Morley
Subject: Re: bug in lyric syllable magnetic snap
Date: Mon, 27 May 2019 22:34:18 +0200

Am Mo., 27. Mai 2019 um 10:40 Uhr schrieb Alexander Kobel <address@hidden>:

> unless I additionally engage
>    http://lsr.di.unimi.it/LSR/Item?id=1090
> to replace Lily's built-in hyphens by the "proper" Lyric's font hyphens;
> then it breaks again.
>
> I did not have a very close look yet; I thought replacing ly:stencil? by
> (not ly:stencil-empty?) might help, but that's not it. I'll give it
> another shot as soon as time permits.

Instead of doing:
(filter
  (lambda (hyphen)
    (ly:stencil? (ly:grob-property hyphen 'stencil)))
  hyphen-grobs)

It works with
(cdr hyphen-grobs)

Tbh, I've no clue why ...


Cheers,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]