Re: Tuplet bracket and cross staff

2016-06-26 Thread Thomas Morley
2016-06-26 14:24 GMT+02:00 David Nalesnik : > Hi Harm, > > On Sun, Jun 26, 2016 at 3:53 AM, Thomas Morley > wrote: >> 2016-06-26 5:00 GMT+02:00 Andrew Bernard : >>> Hi Matteo, >>> >>> I have a tuplet angle function

Re: Tuplet bracket and cross staff

2016-06-26 Thread David Nalesnik
Hi Harm, On Sun, Jun 26, 2016 at 3:53 AM, Thomas Morley wrote: > 2016-06-26 5:00 GMT+02:00 Andrew Bernard : >> Hi Matteo, >> >> I have a tuplet angle function that somebody (I cannot recall who) >> sent me some time ago. I use it heavily and

Re: Tuplet bracket and cross staff

2016-06-26 Thread matpen3@gmail
Hi Andrew and Thomas, @Andrew many thanks to report that @Thomas really brilliant, as always cheers matteo > Il giorno 26 giu 2016, alle ore 10:53, Thomas Morley > ha scritto: > > 2016-06-26 5:00 GMT+02:00 Andrew Bernard : >> Hi Matteo,

Re: Tuplet bracket and cross staff

2016-06-26 Thread Thomas Morley
2016-06-26 5:00 GMT+02:00 Andrew Bernard : > Hi Matteo, > > I have a tuplet angle function that somebody (I cannot recall who) > sent me some time ago. I use it heavily and extensively and I can say > it has been tested by me to the limit - it works well. > > Using this

Re: Tuplet bracket and cross staff

2016-06-25 Thread Andrew Bernard
Hi Matteo, I have a tuplet angle function that somebody (I cannot recall who) sent me some time ago. I use it heavily and extensively and I can say it has been tested by me to the limit - it works well. Using this code you just say \tupletAngles 1 0 or similar and that's all you need. Put it is

Re: Tuplet bracket and cross staff

2016-06-25 Thread David Nalesnik
On Sat, Jun 25, 2016 at 5:15 PM, Simon Albrecht wrote: > On 25.06.2016 20:22, David Nalesnik wrote: >> >> On Sat, Jun 25, 2016 at 1:19 PM, David Nalesnik >> wrote: >>> >>> Hi, >>> >>> On Sat, Jun 25, 2016 at 11:50 AM, matpen3@gmail

Re: Tuplet bracket and cross staff

2016-06-25 Thread David Nalesnik
On Sat, Jun 25, 2016 at 1:19 PM, David Nalesnik wrote: > Hi, > > On Sat, Jun 25, 2016 at 11:50 AM, matpen3@gmail wrote: >> Hi Stephen, >> >> I’m using now >> >> \once \override TupletBracket.rotation = #'(0.1 -120 0.1) But it is strange that the

Re: Tuplet bracket and cross staff

2016-06-25 Thread David Nalesnik
Hi, On Sat, Jun 25, 2016 at 11:50 AM, matpen3@gmail wrote: > Hi Stephen, > > I’m using now > > \once \override TupletBracket.rotation = #'(0.1 -120 0.1) > \offset Y-offset 1.5 TupletNumber > If you adjust the positions property of the TupletBracket, the number will follow

Re: Tuplet bracket and cross staff

2016-06-25 Thread matpen3@gmail
Hi Stephen, I’m using now \once \override TupletBracket.rotation = #'(0.1 -120 0.1) \offset Y-offset 1.5 TupletNumber Thanks, also to David > Il giorno 25 giu 2016, alle ore 18:20, Stephen MacNeil > ha scritto: > > can you share? > > Stephen

Re: Tuplet bracket and cross staff

2016-06-25 Thread Stephen MacNeil
can you share? Stephen ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Tuplet bracket and cross staff

2016-06-25 Thread Stephen MacNeil
good to know Thanks Stephen ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Tuplet bracket and cross staff

2016-06-25 Thread David Nalesnik
Hi, On Sat, Jun 25, 2016 at 10:49 AM, Stephen MacNeil wrote: > > \override TupletNumber.Y-offset = #(lambda (grob) (+ 1.5 > (ly:tuplet-number::calc-y-offset grob))) > \offset Y-offset 1.5 TupletNumber is equivalent -David

Re: Tuplet bracket and cross staff

2016-06-25 Thread matpen3@gmail
Hi Stephen, thanks. Actually I’m finding a simpler way to move the whole tuplet, included the number, without to have to use two \override. TupletBracket.staff-padding seemed so right ;) cheers matteo > Il giorno 25 giu 2016, alle ore 17:49, Stephen MacNeil >