]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/generic-output-property.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / generic-output-property.ly
index 8aeaf0b7c77ea7e06d18e6903ef899f84253ef99..0b3fca4b20e734bdcd216dbb4b41895626fc715f 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.16.0"
 
 \header{
   texidoc="
@@ -8,24 +8,20 @@ setting the @code{extra-offset} of a grob.
 "
 }
 
+\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
   e
 }
-\layout{
-  raggedright = ##t
-}