Re: vertical half-brackets,Re: vertical half-brackets

2022-06-19 Thread Werner LEMBERG
> how about something simple but functional like this: > > chbracket = > #(define-music-function (offset height width) (number? number? number?) >(let* ((x0 -0.7) > (x1 (+ x0 width)) > (y0 offset) > (y1 (+ y0 height))) > #{ >\tweak outside-staff-prio

Re: vertical half-brackets

2022-06-17 Thread Valentin Petzel
Hello Werner, how about something simple but functional like this: chbracket = #(define-music-function (offset height width) (number? number? number?) (let* ((x0 -0.7) (x1 (+ x0 width)) (y0 offset) (y1 (+ y0 height))) #{ \tweak outside-staff-priority #

Re: vertical half-brackets

2022-06-01 Thread Werner LEMBERG
>> * Has someone coded this already? I couldn't find code in the LSR. > > I don't know if this is still the most ideal way, but it works. > [...] Thanks a lot for all the replies! I'll analyze them and cook something up for my needs. Werner

Re: vertical half-brackets

2022-05-31 Thread Jacques Menu
Thanks Dan! JM > Le 31 mai 2022 à 20:19, delfink . a écrit : > > >> On May 31, 2022, at 4:39 AM, Werner LEMBERG wrote: >> >> >> * Has someone coded this already? I couldn't find code in the LSR. >> > > I don't know if this is still the most ideal way, but it works. Someone on > this lis

Re: vertical half-brackets

2022-05-31 Thread delfink .
> On May 31, 2022, at 4:39 AM, Werner LEMBERG wrote: > > > * Has someone coded this already? I couldn't find code in the LSR. > I don't know if this is still the most ideal way, but it works. Someone on this list coded all of this many years ago ... unfortunately, I'm unable to remember wh

Re: vertical half-brackets

2022-05-31 Thread Robin Bannister
Werner LEMBERG wrote: For piano music it is common to indicate the use of the right hand in the lower staff with a 'half-bracket' (and vice versa for the upper staff), see image. Two questions. * What's the right term for this 'half-bracket'? * Has someone coded this already? I couldn't find

Re: vertical half-brackets

2022-05-31 Thread Werner LEMBERG
>> For piano music it is common to indicate the use of the right hand in >> the lower staff with a 'half-bracket' [...] > > In the NR I find > > Indicating cross-staff chords with arpeggio bracket [...] > > It's not a half-bracket but it's the closest in the manual I can > find at a glance. Tha

Re: vertical half-brackets

2022-05-31 Thread David Kastrup
Werner LEMBERG writes: > For piano music it is common to indicate the use of the right hand in > the lower staff with a 'half-bracket' (and vice versa for the upper > staff), see image. > > Two questions. > > * What's the right term for this 'half-bracket'? > > * Has someone coded this already?

Re: vertical half-brackets

2022-05-31 Thread Jean Abou Samra
Le 31/05/2022 à 10:39, Werner LEMBERG a écrit : For piano music it is common to indicate the use of the right hand in the lower staff with a 'half-bracket' (and vice versa for the upper staff), see image. Two questions. * What's the right term for this 'half-bracket'? No idea, I don't know t

Re: vertical half-brackets

2022-05-31 Thread Werner LEMBERG
> * What's the right term for this 'half-bracket'? BTW, in SMuFL this symbol is called 'keyboardPlayWithRH' :-) https://w3c.github.io/smufl/latest/tables/keyboard-techniques.html Werner

vertical half-brackets

2022-05-31 Thread Werner LEMBERG
For piano music it is common to indicate the use of the right hand in the lower staff with a 'half-bracket' (and vice versa for the upper staff), see image. Two questions. * What's the right term for this 'half-bracket'? * Has someone coded this already? I couldn't find code in the LSR. Thank