Hi Simon,
> Thanks, that’s good.
Glad to hear it.
> There are two issues, though:
> – the \tweak version spills over to the next clef
That seems like a straight-up bug…
> and
> – the vertical position of the beam changes:
Hmmm… I’ll be interested to hear if that’s considered a bug. Once a gro
On 23.11.2015 20:01, Kieren MacMillan wrote:
Hi Simon,
I’d like the clef to take less space, especially to the right, and at best to
overlap with the following note. How can I achieve that?
\version "2.19.31"
{
a'8
\tweak Clef.space-alist.next-note #'(extra-space . 0)
\tweak Clef.X-exte
On 23.11.2015 19:58, David Kastrup wrote:
Simon Albrecht writes:
have a look at the attached image. I’d like the clef to take less
space, especially to the right, and at best to overlap with the
following note. How can I achieve that? extra-spacing-width obviously
can only increase spacing
Ne
Hi Simon,
> I’d like the clef to take less space, especially to the right, and at best to
> overlap with the following note. How can I achieve that?
\version "2.19.31"
{
a'8
\tweak Clef.space-alist.next-note #'(extra-space . 0)
\tweak Clef.X-extent #empty-interval
\clef bass a, b, c
}
This
Simon Albrecht writes:
> have a look at the attached image. I’d like the clef to take less
> space, especially to the right, and at best to overlap with the
> following note. How can I achieve that? extra-spacing-width obviously
> can only increase spacing
Negative numbers exist.
--
David Kast
Hello,
have a look at the attached image. I’d like the clef to take less space,
especially to the right, and at best to overlap with the following note.
How can I achieve that? extra-spacing-width obviously can only increase
spacing, and the following doesn’t work either:
%
\vers