]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/generic-output-property.ly
patch::: 1.3.125.jcn2
[lilypond.git] / input / test / generic-output-property.ly
index f3a558658691e4c1dbad1bc53c75a63eaaa29fe7..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,26 +0,0 @@
-\header{
-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''{
-       \outputproperty #(make-type-checker 'note-head-interface) 
-               #'extra-offset = #'(2 . 3)
-       c2
-       c
-       \context Score {
-               \outputproperty #(make-type-checker 'mark-interface) 
-               #'extra-offset = #'(-1 . 4)
-       }
-       \mark A;
-       d1
-       \mark;
-       e
-}
-\paper{
-       linewidth=-1.0;
-}
-}