Mercurial > dottes
view dottes.html.tune @ 370:ecc62b487e57 build-default-165
Some empty "" chords may be causing trouble with Jenkins.
Jenkins builds are stalling when generating PDFs for some morris tunes. I suspect the problem
may be an empty chord "" and abc2abc's attempt to transpose it.
I've been meaning to remove the chords from the horn output, because abc2abc transposes them too,
which renders them not terribly useful. So get on and do it. Also remove "" from the morris
tunes where it occurs.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 28 Aug 2013 14:57:11 +0100 |
parents | e5f59f0e7dd5 |
children | 0e8f58e33270 |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Cry Havoc tunes - @TITLE@</title> <link rel="stylesheet" href="../css/reset.css" /> <link rel="stylesheet" href="../css/text.css" /> <link rel="stylesheet" href="../css/960.css" /> <link rel="stylesheet" href="../css/dottes.css" /> <link href='http://fonts.googleapis.com/css?family=Pirata+One|Oswald' rel='stylesheet' type='text/css'> </head> <body> <div class="container_12"> <a href="/"> <div class="grid_12 header-strip banner"> <h1>Ye Crie Havock Booke of Dottes</h1> </div> </a> <div class="grid_12 dottes-body"> <div class="dottes-tune-display"> <div class="dottes-tune-header"> <div class="dottes-tune-header-row"> <div class="dottes-tune-header-left"></div> <div class="dottes-tune-header-middle"> <h1>@TITLE@</h1> <h2>@SUBTITLE@</h2> </div> <div class="dottes-tune-header-right"> <em>@COMPOSER@</em> </div> </div> </div> <img class="dottes-png" src="@TUNE@.png" alt="@TITLE@ dots"> <div class="dottes-credit-@CREDITVISIBILITY@"> From @CREDIT@. </div> <div class="dottes-change-@CHANGEVISIBILITY@"> Change: <a class="dottes-change-link" href="@CHANGETUNE@">@CHANGETITLE@</a> </div> <div class="dottes-tune-footer"> <div class="dottes-tune-footer-row"> <div class="dottes-tune-footer-left"> <ul class="tune-data-list"> <li><a class="dottes-link-tune dottes-pdf" href="@TUNE@.pdf">PDF</a></li> <li><a class="dottes-link-tune dottes-midi" href="../@MASTERBOOKE@/@TUNE@.mid">MIDI</a></li> <li><a class="dottes-link-tune dottes-mp3" href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li> <li><a class="dottes-link-tune dottes-ogg" href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li> <li><a class="dottes-link-tune dottes-abc" href="@TUNE@.abc">ABC</a></li> </ul> </div> <div class="dottes-tune-footer-centre"> <audio controls> <source src="@TUNE@.mp3" type="audio/mpeg" /> <source src="@TUNE@.ogg" type="audio/ogg" /> </audio> </div> <div class="dottes-tune-footer-right"> Last changed @LASTCHANGED@ </div> </div> </div> </div> </div> </div> </body> </html>