(Integrating LaTeX and
[lilypond.git] / input / regression / generic-output-property.ly
blobdab64e3aa3f5b77c334efc29a9b7d61e3c6ff927
1 \version "1.7.18"
3 \header{
4 texidoc="
5 As a last resort, the placement of grobs can be adjusted manually, by
6 setting the @code{extra-offset} of a grob.
10 \score{
11 \notes\relative c''{
12 \outputproperty #(make-type-checker 'note-head-interface)
13 #'extra-offset = #'(2 . 3)
16 \context Score {
17 \outputproperty #(make-type-checker 'mark-interface)
18 #'extra-offset = #'(-1 . 4)
20 \mark A
22 \mark \default
25 \paper{
26 raggedright = ##t
29 %% new-chords-done %%