]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/boxed-stencil.ly
* Documentation/user/changing-defaults.itely (Creating titles):
[lilypond.git] / input / test / boxed-stencil.ly
index 415cca1e018ad53306593e95a406052901e0f0c1..35b698ab6fc82c2b392e59542297e82afea0aa7a 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\version "2.4.0"
 \header {
 texidoc = "@cindex Boxed Stencil
 
@@ -10,7 +10,7 @@ grob. " }
  \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}
 }