Introduce mechanism for having different tune images for compact printed output.

Sort alternate .abc in subdir 'Compact' under the booke dir. Use that as
the graphic for A5 output, assuming it will be vertically more compact.
Use Bear Dance as an example, as it has commentary that currently
overflows an A5 landscape page.

For the moment, transposed Bookes don't transpose and so don't use Compact.
This commit is contained in:
Jim Hague
2017-10-13 15:44:15 +01:00
parent 7915144930
commit a5b76de484
13 changed files with 94 additions and 17 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ cp $booke/*.txt $outdir
echo "Cello" > $outdir/instrument.txt
find $booke -name "*.abc" | sort |
find $booke -depth 1 -name "*.abc" | sort |
while read filename
do
name=`basename $filename .abc`