Silvain Dupertuis <silvain-dupert...@bluewin.ch> writes:

> Thanks for the suggestion.
>
> This does provide a nice automatic numbering ...
> but does not repeat the verse number on subsequent lines.
>
> But I did recycle your suggestion using a modified function with one paramater
>
> #(define nextcountstanza
>    (let  ((counter 0))
>      (lambda (x)
>        (set! counter (+ x counter))
>        (string-append ( number->string counter)"."))))
>
> so that I can copy-paste these expressions instead of manually putting the 
> right number

Will only work for a single voice in a single piece as it uses a global
counter.

-- 
David Kastrup

Reply via email to