Re: spanner and epsfile

2017-11-02 Thread David Nalesnik
Harm, On Wed, Nov 1, 2017 at 5:22 PM, Thomas Morley wrote: > 2017-11-01 23:11 GMT+01:00 David Nalesnik : >> On Wed, Nov 1, 2017 at 2:27 PM, Thomas Morley >> wrote: >>> 2017-11-01 4:21 GMT+01:00 Bernardo Barros : >>> I'm still trying to figure out my other question, how to have inter-p

Re: spanner and epsfile

2017-11-02 Thread David Nalesnik
On Wed, Nov 1, 2017 at 6:28 PM, Thomas Morley wrote: > 2017-11-01 23:30 GMT+01:00 Bernardo Barros : >> On 11/1/17 18:11, David Nalesnik wrote: >>> >>> Attached to the following is some code which will allow you to have >>> multiple TextSpanners per voice. I haven't tried to apply it to your >>> u

Re: spanner and epsfile

2017-11-01 Thread Ben
On 11/1/2017 7:28 PM, Thomas Morley wrote: There was a change in type-predicate for spanner-id. It's now 'key?'. In process-music of he engraver do ((process-music trans) ;; Move begun spanners from 'spanners' to 'finished'. We do this ;; on the basis of 'spanner-id. If

Re: spanner and epsfile

2017-11-01 Thread Thomas Morley
2017-11-01 23:30 GMT+01:00 Bernardo Barros : > On 11/1/17 18:11, David Nalesnik wrote: >> >> Attached to the following is some code which will allow you to have >> multiple TextSpanners per voice. I haven't tried to apply it to your >> use case, though. >> >> http://lists.gnu.org/archive/html/lily

Re: spanner and epsfile

2017-11-01 Thread Bernardo Barros
On 11/1/17 18:11, David Nalesnik wrote: Attached to the following is some code which will allow you to have multiple TextSpanners per voice. I haven't tried to apply it to your use case, though. http://lists.gnu.org/archive/html/lilypond-user/2015-10/msg00551.html I see only one Spanner in th

Re: spanner and epsfile

2017-11-01 Thread Thomas Morley
2017-11-01 23:11 GMT+01:00 David Nalesnik : > On Wed, Nov 1, 2017 at 2:27 PM, Thomas Morley > wrote: >> 2017-11-01 4:21 GMT+01:00 Bernardo Barros : >> >>> I'm still trying to figure out my other question, how to have >>> inter-penetrating spanners, or rather, how to have one spanner parallel to >

Re: spanner and epsfile

2017-11-01 Thread David Nalesnik
On Wed, Nov 1, 2017 at 2:27 PM, Thomas Morley wrote: > 2017-11-01 4:21 GMT+01:00 Bernardo Barros : > >> I'm still trying to figure out my other question, how to have >> inter-penetrating spanners, or rather, how to have one spanner parallel to >> another without conflict? >> >> I can imagine two s

Re: spanner and epsfile

2017-11-01 Thread Thomas Morley
2017-11-01 22:06 GMT+01:00 Bernardo Barros : > On 11/1/17 15:27, Thomas Morley wrote: >> >> >> Another possibility is to clone all of the >> TextSpanner-grob/engraver/etc under a different name. >> >> https://archiv.lilypondforum.de/index.php/topic,2503.msg14199.html#msg14199 >> Scroll down to the

Re: spanner and epsfile

2017-11-01 Thread Bernardo Barros
On 11/1/17 17:09, Bernardo Barros wrote: The original file doesn't, but Harm's version does. I think it's a good start to create other spanners. Thank you! Actually it's perfect, much more elegant than having several voices. ___ lilypond-user maili

Re: spanner and epsfile

2017-11-01 Thread Bernardo Barros
On 11/1/17 15:27, Thomas Morley wrote: > > Another possibility is to clone all of the > TextSpanner-grob/engraver/etc under a different name. > https://archiv.lilypondforum.de/index.php/topic,2503.msg14199.html#msg14199 > Scroll down to the code - it was developed by Xaver and myself, based > up

Re: spanner and epsfile

2017-11-01 Thread Bernardo Barros
On 11/1/17 15:27, Thomas Morley wrote: Another possibility is to clone all of the TextSpanner-grob/engraver/etc under a different name. https://archiv.lilypondforum.de/index.php/topic,2503.msg14199.html#msg14199 Scroll down to the code - it was developed by Xaver and myself, based upon the schem

Re: spanner and epsfile

2017-11-01 Thread Thomas Morley
2017-11-01 4:21 GMT+01:00 Bernardo Barros : > I'm still trying to figure out my other question, how to have > inter-penetrating spanners, or rather, how to have one spanner parallel to > another without conflict? > > I can imagine two solutions: > > 1) Two or more voices, one with all notes hidden

Re: spanner and epsfile

2017-11-01 Thread Bernardo Barros
Sorry, It's actually quite easy (see snippet). I'm still trying to figure out my other question, how to have inter-penetrating spanners, or rather, how to have one spanner parallel to another without conflict? I can imagine two solutions: 1) Two or more voices, one with all notes hidden. Ugl

spanner and epsfile

2017-11-01 Thread Bernardo Barros
Hello all, Is it possible to have a TextSpanner, but instead of text I could use something else, as a \epsfile. Also, I'm trying to figure out the best way to have two spanners with interlocking start and stop positions. The only way to do it is with an invisible Voice? Or maybe I can have d