diff --git a/songs/Daniel_Guichard/Mon_vieux.sg b/songs/Daniel_Guichard/Mon_vieux.sg index ffabd465..3806339c 100644 --- a/songs/Daniel_Guichard/Mon_vieux.sg +++ b/songs/Daniel_Guichard/Mon_vieux.sg @@ -10,7 +10,7 @@ \gtab{F}{1:022100} \gtab{G}{320003} \gtab{C7}{X32310} - \gtab{F}{1:020100} + \gtab{F7}{1:020100} \gtab{Dm}{XX0231} \beginverse diff --git a/utils/release.sh b/utils/release.sh index 126ccecb..d81b44b8 100755 --- a/utils/release.sh +++ b/utils/release.sh @@ -79,4 +79,6 @@ then git tag "patacrep_$MAIN.$MAJOR.$MINOR" fi +notify-send "Patacrep!" "Release $MAIN.$MAJOR.$MINOR generated" --icon=songbook-client + export GREP_OPTIONS="$GREP" diff --git a/windows/cleanall.bat b/windows/cleanall.bat index 1fa4dec7..ee0255b1 100644 --- a/windows/cleanall.bat +++ b/windows/cleanall.bat @@ -1,3 +1,3 @@ Rem manually performs "make cleanall" -clean.bat +windows\\clean.bat del *.pdf diff --git a/windows/make.bat b/windows/make.bat index 5726874c..1f4325a7 100644 --- a/windows/make.bat +++ b/windows/make.bat @@ -1,12 +1,12 @@ Rem build tex file from songbook file -songbook.py --songbook=books\%1.sb --output=%1.tex +python songbook.py --songbook=books\%1.sb --output=%1.tex Rem 1st pdf compilation pdflatex %1.tex Rem build indexes -songbook-makeindex.py %1_title.sxd > %1_title.sbx -songbook-makeindex.py %1_auth.sxd > %1_auth.sbx +python songbook-makeindex.py %1_title.sxd > %1_title.sbx +python songbook-makeindex.py %1_auth.sxd > %1_auth.sbx Rem 2nd compilation to include indexes pdflatex %1.tex