Automated merge with ssh://hg.cryhavoc.org.uk/dottes

This commit is contained in:
Jim Hague 2014-08-14 14:32:27 +01:00
commit b472ea92da
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
X: 1 X: 1
T: The Night Poor Larry Was Stretched T: Night Poor Larry Was Stretched, The
R: slip jig R: slip jig
M: 9/8 M: 9/8
L: 1/8 L: 1/8

View File

@ -1,6 +1,6 @@
X:1 X:1
T:Brighton Camp T:Brighton Camp
T:The girl I left behind me T:Girl I Left Behind Me, The
O:England O:England
R:March R:March
Z:Transcribed by Bryan Creer Z:Transcribed by Bryan Creer

View File

@ -1,6 +1,6 @@
X: 1 X: 1
T: Soldier's Joy T: Soldier's Joy
T: The Forester T: Forester, The
M: 4/4 M: 4/4
L: 1/8 L: 1/8
Q: 140 Q: 140

View File

@ -42,6 +42,8 @@ find $booke -name "*.abc" | sort |
fixtitle "$title" fixtitle "$title"
title=$retval title=$retval
subtitle=`$dir/abcfield.py --index 2 --field T --latex $filename` subtitle=`$dir/abcfield.py --index 2 --field T --latex $filename`
fixtitle "$subtitle"
subtitle=$retval
composer=`$dir/abcfield.py --field C --latex $filename` composer=`$dir/abcfield.py --field C --latex $filename`
changefile=`$dir/abcfield.py --field N --contains "Change:" $filename | sed -e "s/Change: *//"` changefile=`$dir/abcfield.py --field N --contains "Change:" $filename | sed -e "s/Change: *//"`