Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-07 Thread Jean Abou Samra
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

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-06 Thread Thomas Morley
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

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-06 Thread Thomas Morley
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

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-05 Thread Thomas Morley
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,

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-04 Thread David Nalesnik
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

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-03 Thread David Nalesnik
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

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-03 Thread Jean Abou Samra
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

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-03 Thread David Nalesnik
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'

How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-03 Thread Thomas Morley
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