lilypond-user
[Top][All Lists]
Advanced

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

Re: how close are we to having an "addAt" or "insertAt" feature?


From: Jan-Peter Voigt
Subject: Re: how close are we to having an "addAt" or "insertAt" feature?
Date: Sun, 02 Mar 2014 07:33:12 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Hi Kieren,

I added a function editionMMod, which takes a list of positions.
Function name and argument order should be chenged ...
For now, the position-list replaces measure and moment.
So

\editionMod FTE-vocalbook 5 0/4 FTE-vocalbook-A.Score.A \break

should be equal to

\editionMMod FTE-vocalbook #'((5 0/4)) FTE-vocalbook-A.Score.A \break

More on that on tuesday.

Best, Jan-Peter


On 01.03.2014 13:36, Kieren MacMillan wrote:
> The other thing that would be very helpful is a listing function, so that 
>
>     \editionMod FTE-vocalbook 5 0/4 FTE-vocalbook-A.Score.A \break
>     \editionMod FTE-vocalbook 9 0/4 FTE-vocalbook-A.Score.A \break
>     \editionMod FTE-vocalbook 13 0/4 FTE-vocalbook-A.Score.A \break
>     \editionMod FTE-vocalbook 16 0/4 FTE-vocalbook-A.Score.A \break
>     \editionMod FTE-vocalbook 22 0/4 FTE-vocalbook-A.Score.A \break
>     \editionMod FTE-vocalbook 25 0/4 FTE-vocalbook-A.Score.A \break
>     \editionMod FTE-vocalbook 28 0/4 FTE-vocalbook-A.Score.A \pageBreak
>     \editionMod FTE-vocalbook 58 0/4 FTE-vocalbook-A.Score.A \pageBreak
>     \editionMod FTE-vocalbook 94 0/4 FTE-vocalbook-A.Score.A \pageBreak
>     \editionMod FTE-vocalbook 110 0/4 FTE-vocalbook-A.Score.A \pageBreak
>
>
> could rather be something like
>
>     \editionMod FTE-vocalbook FTE-vocalbook-A.Score.A \break ‘((5 0/4) (9 
> 0/4) (13 0/4) (16 0/4) (22 0/4) (25 0/4))
>     \editionMod FTE-vocalbook FTE-vocalbook-A.Score.A \pageBreak ‘((28 0/4) 
> (58 0/4) (94 0/4) (110 0/4))
>
> There are many, many duplicate/multiple tweaks that I would love to apply in 
> such a manner.

Attachment: edition-engraver.ily
Description: Text document

Attachment: example.ly
Description: Text Data

Attachment: util.ily
Description: Text document


reply via email to

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