From: Han-Wen Nienhuys Date: Wed, 3 Jan 2007 11:02:19 +0000 (+0100) Subject: apply-context.ly: use stderr to print, rather than stdout X-Git-Tag: release/2.11.8-1~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b2d3a1b5fc9c18de6371ff1866b231738aa268f4;p=lilypond.git apply-context.ly: use stderr to print, rather than stdout --- diff --git a/input/regression/apply-context.ly b/input/regression/apply-context.ly index 9024fbe8f4..abcbd30281 100644 --- a/input/regression/apply-context.ly +++ b/input/regression/apply-context.ly @@ -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 }