]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/generic-output-property.ly
release: 1.3.146
[lilypond.git] / input / regression / generic-output-property.ly
index 6ef8eaf79419432b5bdf9109a351e0cd844951e6..ef8de3287f265d0c69aad182ee8a71b0f2eb08a3 100644 (file)
@@ -1,9 +1,10 @@
+\version "1.3.146"
 
 \header{
 texidoc="
 As a last resort, the placement of grobs can be adjusted manually, by
 setting the @code{extra-offset} of a grob.
-";
+"
 }
 
 \score{
@@ -16,12 +17,12 @@ setting the @code{extra-offset} of a grob.
                \outputproperty #(make-type-checker 'mark-interface) 
                #'extra-offset = #'(-1 . 4)
        }
-       \mark A;
+       \mark A
        d1
-       \mark;
+       \mark \default
        e
 }
 \paper{
-       linewidth=-1.0;
+       linewidth=-1.0
 }
 }