X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fapply-context.ly;h=afa55683f3ac68de3fa05d86946723bca280cbbf;hb=9e205dd2ae57dce8b8e3a42f86b945517374265a;hp=9024fbe8f460e819062819a09b4477e508ff6c36;hpb=730c54a571ab3b6c30e02be5f93c876abee0f9a7;p=lilypond.git diff --git a/input/regression/apply-context.ly b/input/regression/apply-context.ly index 9024fbe8f4..afa55683f3 100644 --- a/input/regression/apply-context.ly +++ b/input/regression/apply-context.ly @@ -1,5 +1,5 @@ -\version "2.10.0" +\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 }