lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

markup-command boxing the real printed ink?


From: Thomas Morley
Subject: markup-command boxing the real printed ink?
Date: Tue, 20 Apr 2021 14:12:33 +0200

Hi all,

consider:

\markup
  \override #'(box-padding . 0) \box \fontsize #15 \musicglyph #"f"

The bounding box of the forte-sign does not describe its real printed
ink and thus it sticks out of \box.
While this is on purpose and fine in almost all cases, I want to
define a markup-command boxing the real printed ink. The outcome
should be like the manual adjusted:

\markup
  \override #'(box-padding . 0)
  \box
  \with-dimensions #'(-2.3 . 9.92) #'(-3.85 . 10.8)
  \fontsize #15 \musicglyph #"f"

Hints?

Thanks,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]