]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/drawing-boxes-around-grobs.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / drawing-boxes-around-grobs.ly
index 95768d6378f421aee473f79365a52a8563cf6377..cf4cfdd2033c1b2434ea91ca749de9971678e0c3 100644 (file)
@@ -1,6 +1,7 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.51"
+%% Note: this file works from version 2.12.0
+\version "2.12.0"
 \header {
   lsrtags = "tweaks-and-overrides"
   texidoc = "
@@ -10,6 +11,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 +24,7 @@ arbitrary grob.
   b8
   
   \revert Stem #'stencil
-  c4. c4 \mark "F" c1
+  c4. c4
+  \mark "F"
+  c1
 }