]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/generic-output-property.ly
* lily/beam-quanting.cc (score_forbidden_quants): remove
[lilypond.git] / input / regression / generic-output-property.ly
index 1e890f4e7e96a28bce449e1ed83de2744cb1609c..c5dc8a2dd6cbf6eb7a9603250834b389da08aa3b 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.7"
+\version "2.3.4"
 
 \header{
 texidoc="
@@ -9,17 +9,20 @@ 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
+       \relative c''{
+           \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