lilypond-user
[Top][All Lists]
Advanced

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

Re: TextLine context


From: David Kastrup
Subject: Re: TextLine context
Date: Mon, 16 Dec 2013 18:20:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Kieren MacMillan <address@hidden> writes:

> Hi David,
>
>> It's folded into Axis_group_engraver, so you just need to set
>> remove-empty and remove-first to ##t.
>
> Thanks.
> Except now no text appears at all…?

I see
  keepAliveInterfaces = #'(
    bass-figure-interface
    chord-name-interface
    cluster-beacon-interface
    fret-diagram-interface
    lyric-syllable-interface
    note-head-interface
    tab-note-head-interface
    lyric-interface
    percent-repeat-item-interface
    percent-repeat-interface

    ;; need this, as stanza numbers are items, and appear only once.
    stanza-number-interface
  )
in the Score definition in ly/engraver-init.ly

You probably need to set the keepAliveInterfaces of your text engraver
to a list including an interface that is actually getting used by your
texts.

-- 
David Kastrup



reply via email to

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