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 >>> wrote: Hi Stephen, I’m using now >>

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 TupletNumber doesn't follow along in this case too

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 along. So you could do

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: Restricting cross staff stems

2016-06-25 Thread Simon Albrecht
On 25.06.2016 12:59, Andrew Bernard wrote: Hi Simon, Did you misunderstand my question? I know crossStaff is temporary. I want it to NOT crossStaff to the top staff just in this case (i.e. temporarily). Perhaps I have expressed my query badly. Oh, sorry. I overlooked that part. They’re suppo

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 ___ lilypond-user mailing

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 > ha scritto: > > Not the bes

Re:Tuplet bracket and cross staff

2016-06-25 Thread Stephen MacNeil
Not the best way I am sure .. but it works. I am sure someone has a less aggressive way. rotation seems to work when offset or extent does not. RH_VIII = \relative do'' { r2 \tupletUp %\once \override Score.TupletBracket.staff-padding = #19 \once \override TupletBracket.rotation = #'(0.1 -120

Tuplet bracket and cross staff

2016-06-25 Thread matpen3@gmail
Hi all, I don’ understand why TupletBracket.staff-padding doesn’t work inside a context with a cross staff and I’m not able to find an alternative way to move the group. How could I avoid the collision of the tuplet with the slur? Thanks for any help. Cheers Matteo BracketCrossSTaff.ly D

Re: always glissandi

2016-06-25 Thread Tobias Hagedorn
I have to finish a score in these days, after this i will update. Thanks a lot! Maybe in the future i will also try to work with a text editor like emacs and using regular expressions instead of manipulate lilypond in the deep… Tobias Am 24.06.2016 um 12:19 schrieb David Kastrup : > Tobias Hage

Re: Restricting cross staff stems

2016-06-25 Thread Andrew Bernard
Hi Simon, In my scores I just add the \crossStaff to one of the parts and it all just happens. I don’t have to use \crossStaff in both connected parts. Am I doing something wrong? If so, it is curious that is works so well (perhaps too well, in this case!) Andrew On 25 June 2016 at 8:01:12 PM,

Re: Restricting cross staff stems

2016-06-25 Thread Simon Albrecht
On 25.06.2016 11:46, Andrew Bernard wrote: Greetings all, Referring to the attached image, I want the cross staff stems to not extend to the top staff, temporarily, for a short section of score. Can this be done? Huh? The last time I looked, you had to wrap the notes concerned in the \cross

Re: Multiple rhythms in same score

2016-06-25 Thread Simon Albrecht
On 24.06.2016 05:17, Don Gingrich wrote: When I see full scores for a number of songs published, it is clear that the reason that various verses are printed separately is that one or more bars have significantly different rhythm from the first verse. This is the same case with bilingual vocal p

Restricting cross staff stems

2016-06-25 Thread Andrew Bernard
Greetings all, Referring to the attached image, I want the cross staff stems to not extend to the top staff, temporarily, for a short section of score. Can this be done? Is there a way to temporarily remove the span stem engraver for a brief passage? I don’t want to fudge it by shifting the top no