X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgeneric-output-property.ly;h=c5dc8a2dd6cbf6eb7a9603250834b389da08aa3b;hb=b66c3c96914b6948443135f0df94052d417b8bca;hp=e3c93d6cf7a37c482abf4116250268d02053f6e7;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/generic-output-property.ly b/input/regression/generic-output-property.ly index e3c93d6cf7..c5dc8a2dd6 100644 --- a/input/regression/generic-output-property.ly +++ b/input/regression/generic-output-property.ly @@ -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