Re: zero horizontal space between note heads

2023-10-30 Thread Werner LEMBERG
> But the NoteColumn is slightly wider than the NoteHead. Ah, thanks. The question is: Why? Where does this additional 'padding' come from? I searched again the IR for an answer but couldn't find something relevant. > If you show the NoteColumn skylines, and set packed-spacing == ##t, > you

Re: zero horizontal space between note heads

2023-10-29 Thread Carl Sorensen
On Sun, Oct 29, 2023 at 7:13 AM Werner LEMBERG wrote: > > For testing purposes I try to eliminate spacing completely. > > I tried > > ``` > \version "2.25.9" > > #(set-global-staff-size 26) > > { > \override Staff.Clef.show-horizontal-skylines = ##t > \override

Re: zero horizontal space between note heads

2023-10-29 Thread Werner LEMBERG
>> If I set `packed_spacing`, it's getting a little bit tighter, but >> there is still horizontal whitespace between the note heads, and I >> still don't know where it comes from. > > What happens if you set the Beam X-extent to point-stencil (or > whatever)? Alas, this doesn't help. Replacing

Re: zero horizontal space between note heads

2023-10-29 Thread Kieren MacMillan
Hi Werner, > If I set `packed_spacing`, it's getting a little bit tighter, but > there is still horizontal whitespace between the note heads, and I > still don't know where it comes from. What happens if you set the Beam X-extent to point-stencil (or whatever)? – Kieren

Re: zero horizontal space between note heads

2023-10-29 Thread Werner LEMBERG
> [...] However, there is still some horizontal space between the note > heads. What is it? I tried hard to find something in the IR but > wasn't successful... If I set `packed_spacing`, it's getting a little bit tighter, but there is still horizontal whitespace between the note heads, and I

zero horizontal space between note heads

2023-10-29 Thread Werner LEMBERG
For testing purposes I try to eliminate spacing completely. I tried ``` \version "2.25.9" #(set-global-staff-size 26) { \override Staff.Clef.show-horizontal-skylines = ##t \override Staff.KeySignature.show-horizontal-skylines = ##t \override Staff.TimeSignature.show-horizontal-skylines