MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / generic-output-property.ly
blobda8c41ff397168f89522dcbcc5c44cf36b9edb95
2 \version "2.12.0"
4 \header{
5 texidoc="
6 As a last resort, the placement of grobs can be adjusted manually, by
7 setting the @code{extra-offset} of a grob.
11 \layout{ ragged-right = ##t }
14 \relative c''{
15 \applyOutput #'Bottom #(outputproperty-compatibility
16 (make-type-checker 'note-head-interface)
17 'extra-offset '(2 . 3))
20 \applyOutput #'Score #(outputproperty-compatibility (make-type-checker 'mark-interface) 'extra-offset '(-1 . 4))
21 \mark A
23 \mark \default