Commit Graph

12 Commits

Author SHA1 Message Date
Jim Hague 36bd2926b5 Make transposed tunes use the original audio.
The aim of MIDI and MP3 is to allow the user to hear what a tune sounds
like. For transposed bookes, I think this should be reused from the main
booke page, because hearing it at the transposed pitch isn't a major help.

And in fact given the way cello transposition is done, the sound won't
be transposed anyway. And Jane hasn't complained.

This will speed up building the bookes by removing audio generation,
the slowest process, from the transposed bookes.
2013-02-22 01:09:37 +00:00
Jim Hague 3a567e0637 Fix up problems in Horn in F transposition.
1. Ensure makeWeb.sh gets its second parameter quoted, to allow for spaces in it.
2. Don't forget to copy the component text items into the horn dir.
3. Fix removing transposition tag from page title.
2013-02-20 13:45:58 +00:00
Jim Hague e705f35e5e When listing titles for web, straighten out ones of the form 'Something, The'.
Basically anything with a ', <first>' has than removed and the first prepended.
2013-02-18 22:37:46 +00:00
Jim Hague 8a94281be0 Handle '&' appearing in HTML output from tune titles.
It must be escaped or sed will substitute the pattern being searched for
at that point in the result.
2013-02-17 01:29:44 +00:00
Jim Hague 8ca95b24f9 Fix up typo from last commit of this file. 2013-02-17 00:39:59 +00:00
Jim Hague 533c08cb4f Finish first version of newly tarted up website. 2013-02-17 00:27:07 +00:00
Jim Hague 2f40bc5018 Change web to use PNG rather than JPG.
This makes the image files smaller and much sharper.
2013-02-10 18:27:29 +00:00
Jim Hague 77cd8ca396 Oops. Printables not moved to the right web place. 2013-01-26 18:35:02 +00:00
Jim Hague 4c8f2a3ade Make output larger where possible.
This is done by

a) reducing the page margins
b) compressing the heading and removing all but Notes: fields.

The latter produced vertically smaller tune PDFs that will scale wider.

In the process, modify abctitle.py to extract the first of any header field, and
move formatting for a single tune into a .fmt file.
2012-04-21 19:47:30 +01:00
Jim Hague 19e9f59ff2 Add basic diacritic handling for LaTeX and web.
It would be nice if everyone used UTF-8, but it doesn't look like that
works at present.
2012-03-15 14:32:53 +00:00
Jim Hague 6ce9367a9c Web. Add download links for book. 2012-03-04 13:07:50 +00:00
Jim Hague 2edd15e2d6 First go at producing a very simple website.
Templating done with sed, and minimal HTML.
2012-03-04 12:39:12 +00:00