]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/apply-context.ly
*** empty log message ***
[lilypond.git] / input / regression / apply-context.ly
index 6a8972f47bfac109a8271fd4c60c4ed5f963527e..50a6807de6c6b00ca08f4103b59895109881721d 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.8"
+\version "2.2.0"
 
 
 \header {
@@ -25,6 +25,6 @@ This example prints a bar-number during processing on stdout.
     \applycontext
        #(lambda (tr)
         (format #t "\nWe were called in barnumber ~a.\n"
-         (ly:get-context-property tr 'currentBarNumber)))
+         (ly:context-property tr 'currentBarNumber)))
     c1 c1
 }}