X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fdrawing-boxes-around-grobs.ly;h=eb185f7e588c82d6bd32291a4a3828293924d7f3;hb=ee6ef908f4ac0ed2b6edcd003810ca77eda9ead5;hp=acba6f9469bedfe296aae836afdd44c62fe4df32;hpb=6ca8c4c4e535b34f84ea33969ab09ff5c24731ea;p=lilypond.git diff --git a/input/lsr/drawing-boxes-around-grobs.ly b/input/lsr/drawing-boxes-around-grobs.ly index acba6f9469..eb185f7e58 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.48" +\version "2.11.64" \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 }