]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/move-specific-text.ly
* Documentation/user/changing-defaults.itely (Creating titles):
[lilypond.git] / input / test / move-specific-text.ly
index e6e36bc1eb5ecb932c9875992378d275be6d2b18..9cb4f7c5ad2669081bd4394cb68c018857f9e2f0 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.28"
+\version "2.4.0"
 % possible rename to scheme- or something like that.  -gp
 \header { texidoc = "@cindex Scheme Move Text
 Objects, like text, can be moved around by using some Scheme code.
@@ -9,12 +9,12 @@ Objects, like text, can be moved around by using some Scheme code.
    (lambda (grob) (equal? text (ly:grob-property grob 'text))))
 
 \score {
-  \notes\relative c''' {
+  \relative c''' {
     \override Stem  #'direction = #1
     \applyoutput #(outputproperty-compatibility (make-text-checker (make-simple-markup "m.d."))
       'extra-offset '(-3.5 . -4.5))
     a^2^"m.d."
   }
-  \paper { raggedright = ##t}
+  \layout { raggedright = ##t}
 }