Le 06/03/2021 à 17:47, Thomas Morley a écrit :
Hi Jean,
[...]
I took the liberty to modify your engraver,
You must not do this. All of the code I write is
forbidden form disclosure and restrictively licensed
such that modification is not allowed. The code itself
destroys itself when it has b
Hi Jean,
Am Mi., 3. März 2021 um 23:05 Uhr schrieb Jean Abou Samra :
>
>
> Le 03/03/2021 à 13:55, Thomas Morley a écrit :
> > How to get the NoteColumn at first TextSpanner's end?
> This looks tricky indeed.
>
> Maybe an engraver operating in Voice context? Here's my attempt:
[...]
> Like David'
Hi David,
I don't understand the advantage of this coding compared with the one
from your post before.
Nevertheless I took the idea to separate a coding to find the wished
bound-objects, see below.
Am Do., 4. März 2021 um 14:08 Uhr schrieb David Nalesnik
:
>
> Right, the bounds of the broken pie
Am Do., 4. März 2021 um 14:08 Uhr schrieb David Nalesnik
:
>
> On Wed, Mar 3, 2021 at 4:11 PM Jean Abou Samra wrote:
Hi David and Jean,
many thanks for working on the problem.
Currently my regular job is very time-consuming, I'll try to have
closer look during the upcoming weekend...
Best,
Ha
On Wed, Mar 3, 2021 at 4:11 PM Jean Abou Samra wrote:
>
>
> Le 03/03/2021 à 13:55, Thomas Morley a écrit :
> > Hi,
> >
> > please have a look at the following minimal, producing three staves,
> > the middle one with consecutive TextSpanners:
> >
> > mus = { bes \startTextSpan b\stopTextSpan \start
On Wed, Mar 3, 2021 at 3:17 PM David Nalesnik wrote:
>
> The only thing I can think of at the moment is to compare the
> StaffSymbol of the left bound with that of each of the NoteColumns on
> the right. Of course, I realize right away that that will break down
> if the spanner crosses a line br
Le 03/03/2021 à 13:55, Thomas Morley a écrit :
Hi,
please have a look at the following minimal, producing three staves,
the middle one with consecutive TextSpanners:
mus = { bes \startTextSpan b\stopTextSpan \startTextSpan bis\stopTextSpan }
<< { a4 a a } \mus { c' c' c' } >>
Now I want to k
Hi Harm,
On Wed, Mar 3, 2021 at 6:56 AM Thomas Morley wrote:
>
> Hi,
>
> please have a look at the following minimal, producing three staves,
> the middle one with consecutive TextSpanners:
>
> mus = { bes \startTextSpan b\stopTextSpan \startTextSpan bis\stopTextSpan }
> << { a4 a a } \mus { c' c
Hi,
please have a look at the following minimal, producing three staves,
the middle one with consecutive TextSpanners:
mus = { bes \startTextSpan b\stopTextSpan \startTextSpan bis\stopTextSpan }
<< { a4 a a } \mus { c' c' c' } >>
Now I want to know the starting and ending NoteColumns of the _fir