1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
5 lsrtags
= "tweaks-and-overrides"
7 The @code{print-function} can be overridden to draw a box around an
10 doctitle
= "Drawing boxes around grobs"
14 \override TextScript
#'stencil
=
15 #(make-stencil-boxer
0.1 0.3 ly
:text-interface
::print
)
18 \override Stem
#'stencil
=
19 #(make-stencil-boxer
0.05 0.25 ly
:stem
::print
)
20 \override Score
.RehearsalMark
#'stencil
=
21 #(make-stencil-boxer
0.15 0.3 ly
:text-interface
::print
)
24 \revert Stem
#'stencil