Re: [PATCH] Build: require all glyphs for `font-table.ly'.

2010-03-11 Thread Mark Polesky
I considerably reworked the patch. Okay to push? - Mark From 5f382735bd40611a6f659fd9fc0529a51a047ac2 Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Thu, 11 Mar 2010 20:54:30 -0800 Subject: [PATCH] Build: require all glyphs for `font-table.ly'. * Any new glyph whose font-table catego

Re: [PATCH] Build: require all glyphs for `font-table.ly'.

2010-03-11 Thread Han-Wen Nienhuys
On Thu, Mar 11, 2010 at 6:53 PM, Mark Polesky wrote: > If a developer adds new glyphs to `mf/feta-noteheads.mf' > but doesn't document them in > `Documentation/included/font-table.ly', I'd like `make doc' > to fail with some message like: > > Unlisted glyphs in Documentation/included/font-table.ly

Re: [PATCH] Build: require all glyphs for `font-table.ly'.

2010-03-11 Thread Valentin Villenave
On Thu, Mar 11, 2010 at 10:53 PM, Mark Polesky wrote: > there a simpler way of doing this: > (if (not (null? lst)) ...) You may want to define it as a function: http://repo.or.cz/w/orchestrallily.git/blob/HEAD:/orchestrallily.ily#l46 Cheers, Valentin ___