X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgeneric-output-property.ly;h=da8c41ff397168f89522dcbcc5c44cf36b9edb95;hb=d17b97bfc0e1532a08fe69f0c15089aeda5b9d5e;hp=7a8bafbe8e0ba91c649657ecef60039c70a0e8da;hpb=feb0b96b015c19f2c215326689924acabce0c9a5;p=lilypond.git diff --git a/input/regression/generic-output-property.ly b/input/regression/generic-output-property.ly index 7a8bafbe8e..da8c41ff39 100644 --- a/input/regression/generic-output-property.ly +++ b/input/regression/generic-output-property.ly @@ -1,31 +1,27 @@ -\version "2.3.1" +\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''{ - \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 -} +\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 } +