]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/drawing-boxes-around-grobs.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / drawing-boxes-around-grobs.ly
index 6eadc848b0114d326cd1ad5ef02c2f8898879d91..29d23925a9c097efa928871d2dacaaae5a791162 100644 (file)
@@ -1,14 +1,17 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: other
-\version "2.11.35"
-
-\header { texidoc = "
+%% 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 }
+\header {
+  doctitle = "Drawing boxes around grobs"
+  lsrtags = "tweaks-and-overrides"
+  texidoc = "
 The @code{print-function} can be overridden to draw a box around an
-arbitrary  grob.  
-" }
+arbitrary grob.  
+"
+}
 % begin verbatim
-\relative c''  {
-
+\relative c'' {
   \override TextScript  #'stencil =
   #(make-stencil-boxer 0.1 0.3 ly:text-interface::print)
 
@@ -22,8 +25,5 @@ arbitrary  grob.
   b8
   \revert Stem #'stencil
 
-
   c4. c4 \mark "F" c1
 }
-
-