Mercurial > dottes
diff makeCello.sh @ 215:3c9d9654d4a1
Add 'clef=bass' into the converted output.
This doesn't affect output from abcm2ps, which assumes bass clef for a middle=D,
but I like the idea of being more explicit.
author | Jim Hague <jim.hague@laicatc.com> |
---|---|
date | Wed, 20 Feb 2013 12:48:02 +0000 |
parents | 8f352063f277 |
children | 7b98278d6e8b |
line wrap: on
line diff
--- a/makeCello.sh Wed Feb 20 12:47:19 2013 +0000 +++ b/makeCello.sh Wed Feb 20 12:48:02 2013 +0000 @@ -33,5 +33,5 @@ middle="D" fi name=`basename $filename .abc` - sed -e "/^ *K:/s/$/ middle=$middle/" $filename > $outdir/$name.abc + sed -e "/^ *K:/s/$/ clef=bass middle=$middle/" $filename > $outdir/$name.abc done