X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgeneric-output-property.ly;h=0b3fca4b20e734bdcd216dbb4b41895626fc715f;hb=refs%2Fheads%2Fupstream-mut;hp=9067e4e8660c67fa4924d528f3ba29464e375a6e;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/generic-output-property.ly b/input/regression/generic-output-property.ly index 9067e4e866..0b3fca4b20 100644 --- a/input/regression/generic-output-property.ly +++ b/input/regression/generic-output-property.ly @@ -1,31 +1,27 @@ -\version "2.6.0" +\version "2.16.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{ - \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 -} -\layout{ - 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 } +