forked from CryHavoc/dottes
Don't display tradition on website or print.
Ed doesn't think it's necessary, and it does save space on the A5 page.
This commit is contained in:
parent
73c90706ec
commit
2397148bf9
|
@ -32,7 +32,6 @@
|
||||||
<div class="dottes-tune-header-title">
|
<div class="dottes-tune-header-title">
|
||||||
<h1>${title}</h1>
|
<h1>${title}</h1>
|
||||||
<h2>${subtitle}</h2>
|
<h2>${subtitle}</h2>
|
||||||
<h3>${tradition}</h3>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="dottes-tune-header-composer">
|
<div class="dottes-tune-header-composer">
|
||||||
<em>${composer}</em>
|
<em>${composer}</em>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
\tunestart
|
\tunestart
|
||||||
\showtune{$name}{$title}{$subtitle}{$fulltitle}{$tradition}{$composer}{$parts}{$tuneimagefile}
|
\showtune{$name}{$title}{$subtitle}{$fulltitle}{$composer}{$parts}{$tuneimagefile}
|
||||||
$notes
|
$notes
|
||||||
|
|
||||||
$history
|
$history
|
||||||
|
|
Loading…
Reference in New Issue