]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/generic-output-property.ly
* lily/beam-quanting.cc (score_forbidden_quants): remove
[lilypond.git] / input / regression / generic-output-property.ly
index e3c93d6cf7a37c482abf4116250268d02053f6e7..c5dc8a2dd6cbf6eb7a9603250834b389da08aa3b 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.3.4"
 
 \header{
 texidoc="
@@ -8,19 +9,20 @@ setting the @code{extra-offset} of a grob.
 }
 
 \score{
-       \notes\relative c''{
-       \outputproperty #(make-type-checker 'note-head-interface) 
-               #'extra-offset = #'(2 . 3)
-       c2
-       c
-       \context Score {
-               \outputproperty #(make-type-checker 'mark-interface) 
-               #'extra-offset = #'(-1 . 4)
-       }
-       \mark A
-       d1
-       \mark \default
-       e
+       \relative c''{
+           \context Bottom
+             \applyoutput #(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))
+           }
+           \mark A
+           d1
+           \mark \default
+           e
 }
 \paper{
        raggedright = ##t