lilypond-user
[Top][All Lists]
Advanced

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

Re: Automatic Lyric Extenders


From: Simon Albrecht
Subject: Re: Automatic Lyric Extenders
Date: Tue, 20 Dec 2016 00:27:38 +0100

On 19.12.2016 23:48, Alexander Kobel wrote:
Maybe the autoextenders function could be added to
toplevel-music-functions (a list of functions which will be applied to
all music in the score). [...]

Simon, very good catch. Indeed this will work; \autoextenders only touches lyrics. Replace
  \new Score { ... }
  \score { ... }
by
  \new Score { \autoextenders { ... } }
  \score { \autoextenders { ... } }
and you should be good to go.

I actually meant using an include file like the attached and not having to add the music function locally at all.

HTH, Simon

Attachment: autoextenders.ily
Description: Text document


reply via email to

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