]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/generic-output-property.ly
patch::: 1.3.48.jcn1
[lilypond.git] / input / test / generic-output-property.ly
index 3a7661efcc7cd29b0bc4d884db4a9a8f0f0294dc..0e7d2695b701cc32bdc65cd8dc530a887d303d51 100644 (file)
@@ -1,10 +1,23 @@
-
-\score
-{
-\notes {
-  c''4
-  \outputproperty #(make-type-checker 'Note_head) #'staff-position = #20
-  c''4
-
+\score{
+       \notes\relative c''{
+       \outputproperty #(make-type-checker 'Note_head) 
+               #'extra-offset = #'(2 . 3)
+       c2
+       c
+       \context Score {
+               \outputproperty #(make-type-checker 'Mark) 
+               #'extra-offset = #'(-1 . 4)
+       }
+       \mark A;
+       d1
+       \mark;
+       e
+}
+\paper{
+       linewidth=-1.0;
+       \translator {
+               \ScoreContext
+               \consists "Mark_engraver";
+       }
 }
 }