]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/generic-output-property.ly
Update documentation targets
[lilypond.git] / input / regression / generic-output-property.ly
index 353d8b88ed05e93b1f7477acbc38c7fb69e8dde4..da8c41ff397168f89522dcbcc5c44cf36b9edb95 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.12.0"
 
 \header{
   texidoc="
@@ -8,19 +8,16 @@ setting the @code{extra-offset} of a grob.
 "
 }
 
-\layout{ raggedright = ##t }
+\layout{ ragged-right = ##t }
 
 
 \relative c''{
-  \context Bottom
-  \applyoutput #(outputproperty-compatibility
+  \applyOutput #'Bottom #(outputproperty-compatibility
                 (make-type-checker 'note-head-interface)
                 'extra-offset '(2 . 3))
   c2
   c
-  \context Score {
-    \applyoutput #(outputproperty-compatibility (make-type-checker 'mark-interface) 'extra-offset '(-1 . 4))
-  }
+  \applyOutput #'Score #(outputproperty-compatibility (make-type-checker 'mark-interface) 'extra-offset '(-1 . 4))
   \mark A
   d1
   \mark \default