Mercurial > dottes
changeset 520:b44fbcaeba38
Fix up some titles starting 'The'.
The Booke standard is that all should end ", The".
Fix tune page generator to do this on subtitles too.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Thu, 14 Aug 2014 14:32:06 +0100 |
parents | b6e4f4d7665a |
children | 75c8cca67abd |
files | Library/NightPoorLarry.abc Library/TheNightPoorLarry.abc Session/BrightonCamp.abc Session/SoldiersJoy.abc makeBookeTunePages.sh |
diffstat | 5 files changed, 13 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Library/NightPoorLarry.abc Thu Aug 14 14:32:06 2014 +0100 @@ -0,0 +1,9 @@ +X: 1 +T: Night Poor Larry Was Stretched, The +R: slip jig +M: 9/8 +L: 1/8 +K: Emin +"Em" GFE EB,(E E2) G | "D" FED DA,D FGA | "Em" GFE EB,(E E2) G |\ +"D" FGA ABG FED :| +"G" GAB BcB d2 B | GAB Bc"D"d cAF | "G" GAB BcB B2 (c | "D" c)BA ABG FED :|
--- a/Library/TheNightPoorLarry.abc Mon Jun 30 10:02:49 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -X: 1 -T: The Night Poor Larry Was Stretched -R: slip jig -M: 9/8 -L: 1/8 -K: Emin -"Em" GFE EB,(E E2) G | "D" FED DA,D FGA | "Em" GFE EB,(E E2) G |\ -"D" FGA ABG FED :| -"G" GAB BcB d2 B | GAB Bc"D"d cAF | "G" GAB BcB B2 (c | "D" c)BA ABG FED :|
--- a/Session/BrightonCamp.abc Mon Jun 30 10:02:49 2014 +0100 +++ b/Session/BrightonCamp.abc Thu Aug 14 14:32:06 2014 +0100 @@ -1,6 +1,6 @@ X:1 T:Brighton Camp -T:The girl I left behind me +T:Girl I Left Behind Me, The O:England R:March Z:Transcribed by Bryan Creer
--- a/Session/SoldiersJoy.abc Mon Jun 30 10:02:49 2014 +0100 +++ b/Session/SoldiersJoy.abc Thu Aug 14 14:32:06 2014 +0100 @@ -1,6 +1,6 @@ X: 1 T: Soldier's Joy -T: The Forester +T: Forester, The M: 4/4 L: 1/8 Q: 140
--- a/makeBookeTunePages.sh Mon Jun 30 10:02:49 2014 +0100 +++ b/makeBookeTunePages.sh Thu Aug 14 14:32:06 2014 +0100 @@ -42,6 +42,8 @@ fixtitle "$title" title=$retval subtitle=`$dir/abcfield.py --index 2 --field T --latex $filename` + fixtitle "$subtitle" + subtitle=$retval composer=`$dir/abcfield.py --field C --latex $filename` changefile=`$dir/abcfield.py --field N --contains "Change:" $filename | sed -e "s/Change: *//"`