]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/drawing-boxes-around-grobs.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / drawing-boxes-around-grobs.ly
index c8c95c3c3de5e29b741d683bb237a40c4d8f90c3..dae9a7c05b886a3a77ef042deaf28c61473b897a 100644 (file)
@@ -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.46"
+\version "2.11.62"
 \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
 }