7 texidoc = "With @code{\\applyContext}, @code{\\properties} can be modified
8 procedurally. Applications include: checking bar numbers, smart
12 This example prints a bar-number during processing on stdout.
17 \layout { ragged-right= ##t }
23 %% todo: should put something interesting in the .tex output.
27 (ly:progress "\nWe were called in bar number ~a.\n"
28 (ly:context-property tr 'currentBarNumber)))