X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fapply-context.ly;h=90ebff0c99ac432760aeae1795313a2aea9bcae2;hb=68dbc841e3401f14b900f6750ebb49b406caf357;hp=9024fbe8f460e819062819a09b4477e508ff6c36;hpb=730c54a571ab3b6c30e02be5f93c876abee0f9a7;p=lilypond.git diff --git a/input/regression/apply-context.ly b/input/regression/apply-context.ly index 9024fbe8f4..90ebff0c99 100644 --- a/input/regression/apply-context.ly +++ b/input/regression/apply-context.ly @@ -1,5 +1,5 @@ -\version "2.10.0" +\version "2.19.21" \header { @@ -17,14 +17,14 @@ This example prints a bar-number during processing on stdout. \layout { ragged-right= ##t } -\relative c'' { - c1 c1 +\relative { + c''1 c1 %% todo: should put something interesting in the .tex output. \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 }