lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric extender in RhythmicStaff


From: David Kastrup
Subject: Re: Lyric extender in RhythmicStaff
Date: Sat, 08 Oct 2022 22:50:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lukas-Fabian Moser <lfm@gmx.de> writes:

>>> Why is there no LyricExtender in the RhythmicStaff? What's missing? 
>>> (Followup
>>> question: Is this behaviour intended?)
>> \displayMusic
>> \new RhythmicStaff \with { \consists Grob_pq_engraver } {
>>    1 ~ 2 4
>> }
>> \addlyrics { hey __ you }
> Thanks much - I would never haved guessed that this one is the
> culprit! (Is the \displayMusic an artifact of your research, or do you
> want to point something out?)

pq is "priority queue" and the sensible data structure for the purpose
of the engraver (not that it actually uses a priority queue).

The engraver should probably be named after its purpose rather than
after an obscure abbreviation of a data structure it should be using.

Something like Grob_lifetime_tracking_engraver or similar.

-- 
David Kastrup



reply via email to

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