]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/generic-output-property.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / generic-output-property.ly
index 5efd751c46e04edc7356ad8d8e12f000edfad7cd..809cc7718d0fc21946437924702d2907c75c5465 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.10"
+\version "2.19.24"
 
 \header{
   texidoc="
@@ -8,19 +8,16 @@ setting the @code{extra-offset} of a grob.
 "
 }
 
-\layout{ raggedright = ##t }
+\layout{ ragged-right = ##t }
 
 
 \relative c''{
-  \context Bottom
-  \applyOutput #(outputproperty-compatibility
+  \applyOutput Bottom #(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))
-  }
+  \applyOutput Score #(outputproperty-compatibility (make-type-checker 'mark-interface) 'extra-offset '(-1 . 4))
   \mark A
   d1
   \mark \default