]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/drawing-boxes-around-grobs.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / drawing-boxes-around-grobs.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: other
3 %%  Do not edit this file; it is auto-generated from LSR!
4 \version "2.11.35"
5
6 \header { texidoc = "
7 The @code{print-function} can be overridden to draw a box around an
8 arbitrary  grob.  
9 " }
10
11 \relative c''  {
12
13   \override TextScript  #'stencil =
14   #(make-stencil-boxer 0.1 0.3 ly:text-interface::print)
15
16   c'4^"foo"
17
18   \override Stem  #'stencil =
19   #(make-stencil-boxer 0.05 0.25 ly:stem::print)
20
21   \override Score.RehearsalMark  #'stencil =
22   #(make-stencil-boxer 0.15 0.3 ly:text-interface::print)
23   b8
24   \revert Stem #'stencil
25
26
27   c4. c4 \mark "F" c1
28 }
29
30