view makeTestBooke.sh @ 181:6a0bdabfb255

Add a A4 portrait book with multiple tunes per page. Also add a script to make all variants of a single book, and look for <tune name>.tex files, and if one exists add it after the tune.
author Jim Hague <jim.hague@acm.org>
date Sat, 26 Jan 2013 13:47:01 +0000
parents 232a778181e3
children
line wrap: on
line source

#!/bin/sh

if [ $# != 1 ]; then
    echo "Usage: make.sh <book dir name>"
    exit 1
fi

booke=$1

find $booke -name "*.abc" | sort | xargs abcm2ps -F dottes.fmt -O $booke.ps