view makeTestBooke.sh @ 422:0e1c1ea43af4

abc2midi messes up with repeats in sections after a [1..[2 |] Jane found out that abc2midi output goes rather random sometimes. I've narrowed this down to sections of music after a [1..[2 |] repeat has happened. Work around by adding explicit |: for those sections, which doesn't (to my mind) look so good printed but gets correct behaviour from abc2midi.
author Jim Hague <jim.hague@acm.org>
date Wed, 11 Sep 2013 22:30:10 +0100
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