X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fgeneric-output-property.ly;h=da8c41ff397168f89522dcbcc5c44cf36b9edb95;hb=4a1b55aec9028df82029c3bc6a8f9141a3b16c85;hp=c4c9cc5f30a25c18b477049c8587d66a20fb53b7;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/generic-output-property.ly b/input/regression/generic-output-property.ly index c4c9cc5f30..da8c41ff39 100644 --- a/input/regression/generic-output-property.ly +++ b/input/regression/generic-output-property.ly @@ -1,29 +1,27 @@ -\version "1.7.16" + +\version "2.12.0" \header{ -texidoc=" + texidoc=" As a last resort, the placement of grobs can be adjusted manually, by 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 -} -\paper{ - raggedright = ##t -} +\layout{ ragged-right = ##t } + + +\relative c''{ + \applyOutput #'Bottom #(outputproperty-compatibility + (make-type-checker 'note-head-interface) + 'extra-offset '(2 . 3)) + c2 + c + \applyOutput #'Score #(outputproperty-compatibility (make-type-checker 'mark-interface) 'extra-offset '(-1 . 4)) + \mark A + d1 + \mark \default + e } -%% new-chords-done %% + +