lilypond-devel
[Top][All Lists]
Advanced

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

Re: music function to be included somewhere in scm/*


From: Knut Petersen
Subject: Re: music function to be included somewhere in scm/*
Date: Thu, 15 Dec 2016 17:39:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

Am 15.12.2016 um 17:19 schrieb Trevor Daniels:

Currently, I set minimum-length = 0 in all Lyric contexts so that I
can place identical lyrics in several voices, all with extenders, but
the extenders appear in the score only when they correspond to melismata.
In other words the extender is permitted to reduce in size to 0, which
seems pretty well what "minimum-length" means.

Will this behaviour change with your proposed patch?

Yes.

If you need an extender after "X" in one place and an extender after "Y" in 
another place,
you could use your method and define

foo = \lyricmode { xx X __ yy Y __  zz }.

With my patch you would simply use

foo = \lyricmode { xx X yy Y zz } to get

the same result, an extender after "X" in one place and after "Y" in another 
place.





reply via email to

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