Re: Combining custom bar line with standard elements

2020-12-06 Thread Fr. Samuel Springuel
> On 6 Dec, 2020, at 1:47 PM, Thomas Morley wrote: > > Ok, then my initial understanding >> Iiuc, you want to change thick-thickness and font-size for barlines >> containing "[" or "]". > was wrong. You rather want a different thick-thickness for the thick > line in bracket-barlines and for the

Re: Combining custom bar line with standard elements

2020-12-06 Thread Thomas Morley
Am So., 6. Dez. 2020 um 17:53 Uhr schrieb Fr. Samuel Springuel : > > > On 6 Dec, 2020, at 6:39 AM, Thomas Morley wrote: > > > > \layout { > > \context { > >\Staff > >\override BarLine.before-line-breaking = > >#(lambda (grob) > > (let ((glyph (ly:grob-property grob 'glyph))) > >

Re: Combining custom bar line with standard elements

2020-12-06 Thread Fr. Samuel Springuel
> On 6 Dec, 2020, at 6:39 AM, Thomas Morley wrote: > > \layout { > \context { >\Staff >\override BarLine.before-line-breaking = >#(lambda (grob) > (let ((glyph (ly:grob-property grob 'glyph))) >(if (and (string? glyph) > (or (string-contains glyph "[") >

Re: Combining custom bar line with standard elements

2020-12-06 Thread Thomas Morley
Am Sa., 5. Dez. 2020 um 17:45 Uhr schrieb Fr. Samuel Springuel : > > I have a couple of customized bar lines defined and have come across an > instance where I want to combine them with a standard bar line element. > However, my naive attempts aren’t working as expected. My first attempt > res

Combining custom bar line with standard elements

2020-12-05 Thread Fr. Samuel Springuel
I have a couple of customized bar lines defined and have come across an instance where I want to combine them with a standard bar line element. However, my naive attempts aren’t working as expected. My first attempt resulted in the bar line simple disappearing; in the second the customization