X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fapply-context.ly;h=afa55683f3ac68de3fa05d86946723bca280cbbf;hb=878c21f14a906637d2e234176e17c8a36d4695fb;hp=af397c66a419b4eb3b3e80f3402120bfb0451cfb;hpb=2205ef7a616d73e6a83274816e775426bf41b7bd;p=lilypond.git diff --git a/input/regression/apply-context.ly b/input/regression/apply-context.ly index af397c66a4..afa55683f3 100644 --- a/input/regression/apply-context.ly +++ b/input/regression/apply-context.ly @@ -1,5 +1,5 @@ -\version "2.7.39" +\version "2.12.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 }