[EMAIL PROTECTED] writes:
> Ok,
> 
> This patch includes:
> - fix my bug in format-mark-box-numbers
> - introduce format-mark-{box-}barnumber
> - introduce format-mark-{box-}alphabet
> 
> Here's a diffstat:
>  define-markup-commands.scm |   19 +++++++++++++++++++
>  translation-functions.scm  |   15 ++++++++++++++-
>  2 files changed, 33 insertions, 1 deletion
> 
> 
> Erlend

Hi,

some minor nits:

* use (list->vector (map number->character (iota  26))) to contruct
  the vector

* can you fold the number->X functions into one function taking a
  vector and a number?

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to