]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/drawing-boxes-around-grobs.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / drawing-boxes-around-grobs.ly
index ff05bfb0d5c7b0bc493bc182d368012707d8eb44..2bddbf518c6a6db061623dae6a5bf8107cc94ee6 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "editorial-annotations, tweaks-and-overrides"
+  lsrtags = "editorial-annotations, scheme-language, tweaks-and-overrides"
 
   texidoc = "
 The @code{print-function} can be overridden to draw a box around an
@@ -17,6 +17,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)
@@ -29,10 +30,9 @@ arbitrary grob.
   b8
 
   \revert Stem #'stencil
+
+  \revert Flag #'stencil
   c4. c4
   \mark "F"
   c1
 }
-
-
-