X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fdrawing-boxes-around-grobs.ly;h=76da5b97f0da049bada4067c1da7810491b28c9e;hb=8afeb58bbf76f23d21565f98bfdeb5526a196cf3;hp=96739ce4940a6a6306e0c20013730b01b10188ce;hpb=f96e38fbbbfba9cf4729323beb518a65ae77d562;p=lilypond.git diff --git a/input/lsr/drawing-boxes-around-grobs.ly b/input/lsr/drawing-boxes-around-grobs.ly index 96739ce494..76da5b97f0 100644 --- a/input/lsr/drawing-boxes-around-grobs.ly +++ b/input/lsr/drawing-boxes-around-grobs.ly @@ -1,27 +1,29 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.38" -\layout { ragged-right= ##t } +\version "2.12.0" \header { lsrtags = "tweaks-and-overrides" texidoc = " The @code{print-function} can be overridden to draw a box around an -arbitrary grob. +arbitrary grob. " doctitle = "Drawing boxes around grobs" } % begin verbatim + \relative c'' { - \override TextScript #'stencil = - #(make-stencil-boxer 0.1 0.3 ly:text-interface::print) + \override TextScript #'stencil = + #(make-stencil-boxer 0.1 0.3 ly:text-interface::print) c'4^"foo" - \override Stem #'stencil = - #(make-stencil-boxer 0.05 0.25 ly:stem::print) + \override Stem #'stencil = + #(make-stencil-boxer 0.05 0.25 ly:stem::print) \override Score.RehearsalMark #'stencil = - #(make-stencil-boxer 0.15 0.3 ly:text-interface::print) + #(make-stencil-boxer 0.15 0.3 ly:text-interface::print) b8 \revert Stem #'stencil - c4. c4 \mark "F" c1 + c4. c4 + \mark "F" + c1 }