]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/apply-context.ly
Merge remote branch 'origin/release/unstable' into HEAD
[lilypond.git] / input / regression / apply-context.ly
index af397c66a419b4eb3b3e80f3402120bfb0451cfb..712f4ec2373659d5279e2784035d5a55612ca4b5 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.39"
+\version "2.16.0"
 
 
 \header {
@@ -24,7 +24,7 @@ This example prints a bar-number during processing on stdout.
   
   \applyContext
   #(lambda (tr)
-    (format #t "\nWe were called in barnumber ~a.\n"
+    (ly:progress "\nWe were called in bar number ~a.\n"
      (ly:context-property tr 'currentBarNumber)))
   c1 c1
 }