]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/boxed-stencil.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / test / boxed-stencil.ly
index 0fb6829b1a66b127a84cc035b0fc768a32d921fc..692b34160fd0aa1dc01867b0cef241b8bb1620f2 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.22"
 \header {
 texidoc = "@cindex Boxed Stencil
 
@@ -7,10 +7,10 @@ The @code{print-function} can be overridden to draw a box around an arbitrary
 grob. " }
 
 
- \score { \notes \relative c''  {
+ \score {  \relative c''  {
 
  \override TextScript  #'print-function =
-   #(make-stencil-boxer 0.1 0.3 0.2 Text_item::print)
+   #(make-stencil-boxer 0.1 0.3 0.2 Text_interface::print)
 
    c'4^"foo"
 
@@ -18,12 +18,12 @@ grob. " }
    #(make-stencil-boxer 0.05 0.25 0.25 Stem::print)
 
 \override Score.RehearsalMark  #'print-function =
-   #(make-stencil-boxer 0.15 0.3 0.3 Text_item::print)
-      c8
+   #(make-stencil-boxer 0.15 0.3 0.3 Text_interface::print)
+      b8
 \revert Stem #'print-function
 
       c4. c4 \mark "F" c1 
    }
-\paper{raggedright = ##t}
+\layout{raggedright = ##t}
 }