* input/regression/hairpin-dashed.ly: new file.
[lilypond.git] / input / regression / generic-output-property.ly
blob838150f310e2046a96c9b6f15713fb79eb20a358
2 \version "1.9.4"
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 \score{
12 \notes\relative c''{
13 \applyoutput #(outputproperty-compatibility (make-type-checker 'note-head-interface) 'extra-offset '(2 . 3))
16 \context Score {
17 \applyoutput #(outputproperty-compatibility (make-type-checker 'mark-interface) 'extra-offset '(-1 . 4))
19 \mark A
21 \mark \default
24 \paper{
25 raggedright = ##t