TODO

FIX OR STANDARDISE TARGETS

* at toplevel, do:

    make po
    make -C po po-update  (or do `make po-update' at toplevel)

* if there are no errors (a list of changes may be displayed, that's ok), do

    cp po/out/*.po po

* and edit your favorite po/LANG.po.  Especially, look for `,fuzzy' entries,
  empty entries.  At the bottom of the file you may find a list of obsolete
  translations.

* because i never install LilyPond, I (check-out buildscripts/set-lily.sh)
  made these links:

    ln -s $LILYPOND_SOURCEDIR/po/out/nl.mo 
        $PREFIX/usr/share/locale/nl/LC_MESSAGES/lilypond.mo
    ln -s $LILYPOND_SOURCEDIR/po/out/it.mo 
        $PREFIX/usr/share/locale/it/LC_MESSAGES/lilypond.mo

  $PREFIX is the --prefix you passed to configure.

  then simply type, e.g.

      LANG=nl lilypond -h

