]> 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 2c8af66bb7802960c38309640ecc4ba27ad2420b..35b698ab6fc82c2b392e59542297e82afea0aa7a 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.18"
+\version "2.4.0"
 \header {
 texidoc = "@cindex Boxed Stencil
 
@@ -19,11 +19,11 @@ grob. " }
 
 \override Score.RehearsalMark  #'print-function =
    #(make-stencil-boxer 0.15 0.3 0.3 Text_interface::print)
-      c8
+      b8
 \revert Stem #'print-function
 
       c4. c4 \mark "F" c1 
    }
-\paper{raggedright = ##t}
+\layout{raggedright = ##t}
 }