]> git.donarmstrong.com Git - lilypond.git/blob - make/asciifont-rules.make
* buildscripts/new-chords.py (help): add help text
[lilypond.git] / make / asciifont-rules.make
1
2 $(outdir)/%.afm: %.af
3         grep '[[:cntrl:]]' $< | sed 's/^[[:cntrl:]] *//' > $@
4 #       grep '[[:cntrl:]]' $< | sed 's/^. *//' > $@