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