X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fdrawing-boxes-around-grobs.ly;h=76da5b97f0da049bada4067c1da7810491b28c9e;hb=8afeb58bbf76f23d21565f98bfdeb5526a196cf3;hp=227ca2a889e7f2e9da92ca6b4b1fc76fed6e0bb8;hpb=fa1544eafa87d039bd5cf4712cd5e8b2ecb826dd;p=lilypond.git diff --git a/input/lsr/drawing-boxes-around-grobs.ly b/input/lsr/drawing-boxes-around-grobs.ly index 227ca2a889..76da5b97f0 100644 --- a/input/lsr/drawing-boxes-around-grobs.ly +++ b/input/lsr/drawing-boxes-around-grobs.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.50" +\version "2.12.0" \header { lsrtags = "tweaks-and-overrides" texidoc = " @@ -10,6 +10,7 @@ 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) @@ -22,5 +23,7 @@ arbitrary grob. b8 \revert Stem #'stencil - c4. c4 \mark "F" c1 + c4. c4 + \mark "F" + c1 }