Werner LEMBERG escreveu: >> - So, another thing for the todo list is to do through >> ly/music-functions-init.ly and add a doc string to every function >> listed. > > I wonder how those strings can be internationalized. The normal > gettext mechanism might work (and is probably the right approach), but > how to get the translations from the PO files into the texinfo file?
you could surround them by (_ "") that's a performance hit. It would be better to write a bit of Scheme code that extracts the strings directly from the output of procedure-source -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
