Hi again,

2018-03-28 21:09 GMT+02:00 Torsten Hämmerle <torsten.haemme...@web.de>:
> In any case, the additional space around the \rounded-box is proportional to
> the corner-radius.
> If you set corner-radius to 0, there's no gap anymore. As the corner-radius
> increases, so does the gap.

Setting corner-radius zero gives a warning. But in general I can
confirm, within certain borders.

> I think it's the rounded-box-stencil's dimensions:
> when explicitly setting them to xext/yext, everything works as expected (w/o
> the extra gaps).

Here I can't reproduce it, I probably didn't understood what you've done.

> I suspect ly:round-filled-box, as rounded-box-stencil itself hasn't changed.


Btw, this example gives terrible output:

#(ly:set-option 'debug-skylines #t)

{
  \set Staff.instrumentName = \markup #(lilypond-version)
  c''4^\markup \box 1
  c''^\markup \rounded-box 1
  c''_\markup \box 1
  c''_\markup \rounded-box 1
}

Cheers,
  Harm
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to