Comment #7 on issue 4532 by [email protected]: make-parenthesis-stencil returns ugly output with increased thickness
https://code.google.com/p/lilypond/issues/detail?id=4532

@5
To get them more bulgy an override for 'width could be inserted. Though, applying the same override to an object with less Y-extent will cause strange output, at least in my eyes. See attached

\version "2.19.25" %% with patch

\markup
  \override #'(thickness . 4)
  \override #'(width . 0.5)
  {
  \parenthesize \column { x y z }
  \parenthesize "x"
  }

Currently 'width is defined as a property in the markup-command \parenthesize with the default value 0.25. Meaning we let it to the user to find an appropiate value. It might be doable to program some automatic adjustment for 'width looking at the Y-extent of the object to parenthesize.

How are feelings about that?
In every case a different issue.

Attachments:
        parenthesize-width-01.png  1.9 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to