diff dottes.tex @ 598:ed823ea54c83

Add Dottes History to notes. Currently appears after notes with a gap. This is intended for longer exposition about a tune.
author Jim Hague <jim.hague@acm.org>
date Wed, 02 Nov 2016 18:36:31 +0000
parents 60749c792cde
children 507d853433ef
line wrap: on
line diff
--- a/dottes.tex	Wed Nov 02 17:59:25 2016 +0000
+++ b/dottes.tex	Wed Nov 02 18:36:31 2016 +0000
@@ -47,8 +47,8 @@
 
 % Show the main tune graphic and optional change.
 % Args are tune name, tune title, tune subtitle, composer, tune graphic
-% filename, notes.
-\newcommand{\showtune}[6]{%
+% filename, notes, history.
+\newcommand{\showtune}[7]{%
   \phantomsection
   \begin{tabularx}{\textwidth}{LCR}
       \addcontentsline{toc}{section}{#2}
@@ -61,6 +61,8 @@
       }\tabularnewline
   \end{tabularx}
   #6
+
+  #7
   \vfill
 }