]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/generic-output-property.ly
* scm/output-tex.scm (output-scopes): don't dump fraction exactly.
[lilypond.git] / input / regression / generic-output-property.ly
index 92f14fe7292c7240f37f963fb9fe5db27c96593a..95a4fdbf374ce8fc1e1eaa578053da9bee0a5a69 100644 (file)
@@ -10,16 +10,19 @@ setting the @code{extra-offset} of a grob.
 
 \score{
        \notes\relative c''{
-           \applyoutput #(outputproperty-compatibility (make-type-checker 'note-head-interface) 'extra-offset '(2 . 3))
-       c2
-       c
-       \context Score {
-           \applyoutput #(outputproperty-compatibility (make-type-checker 'mark-interface) 'extra-offset '(-1 . 4))
-       }
-       \mark A
-       d1
-       \mark \default
-       e
+           \context Bottom
+             \applyoutput #(outputproperty-compatibility
+                          (make-type-checker 'note-head-interface)
+                          'extra-offset '(2 . 3))
+           c2
+           c
+           \context Score {
+               \applyoutput #(outputproperty-compatibility (make-type-checker 'mark-interface) 'extra-offset '(-1 . 4))
+           }
+           \mark A
+           d1
+           \mark \default
+           e
 }
 \paper{
        raggedright = ##t