Automated merge with ssh://hg.cryhavoc.org.uk/dottes
This commit is contained in:
commit
d8ad55d189
|
@ -0,0 +1,7 @@
|
||||||
|
X:1
|
||||||
|
T:Astley's Ride
|
||||||
|
M:4/4
|
||||||
|
K:G
|
||||||
|
dB|"G"G2G2 G2FG|"D"A2A2 A2BA|"C"GFED E2F2|"G"GABc dcBA|
|
||||||
|
G2G2 G2FG|"D"A2A2 A2BA|"C"GFED "D7"E2F2|G4G2::GA|B2B2 B2AB|"Am"c2c2 cdcB|
|
||||||
|
"D7"A2A2 A2GA|"G"B2B2 BcBA|G2G2 G2FG|"D"A2A2 A2BA|"C"GFED "D7"E2F2|"G"G4G2:|
|
|
@ -27,7 +27,6 @@ output=index.html
|
||||||
tunelist=tunelist.html
|
tunelist=tunelist.html
|
||||||
booke=$1
|
booke=$1
|
||||||
masterbooke=$2
|
masterbooke=$2
|
||||||
masterwebdir=$dir/web/$2
|
|
||||||
title=$booke
|
title=$booke
|
||||||
instrument=$3
|
instrument=$3
|
||||||
|
|
||||||
|
@ -100,7 +99,9 @@ find $bookedir -name "*.abc" | sort |
|
||||||
# The Jenkins archive will dereference the soft link, it seems,
|
# The Jenkins archive will dereference the soft link, it seems,
|
||||||
# but I guess I can live with copies of the MP3 for now.
|
# but I guess I can live with copies of the MP3 for now.
|
||||||
if [ "$booke" != "$masterbooke" ]; then
|
if [ "$booke" != "$masterbooke" ]; then
|
||||||
ln -s -r ${masterwebdir}/${name}.mp3 ${webdir}
|
pushd ${webdir} > /dev/null
|
||||||
|
ln -f -s ../${masterbooke}/${name}.mp3
|
||||||
|
popd > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Generate the tune web page.
|
# Generate the tune web page.
|
||||||
|
|
Loading…
Reference in New Issue