diff makeBooke.sh @ 32:b05fca550d33

Revert to putting Change: notices into the notes. W: is for words/lyrics. None at present in Session tunes, but they do exist in Morris tunes, and who knows what might happen in sessions in future. I want to keep the option of adding words. So move Change: notices back to N:, and have all notes printed.
author Jim Hague <jim.hague@acm.org>
date Fri, 02 Mar 2012 10:46:43 +0000
parents b61b090cd4c7
children 80af9457d566
line wrap: on
line diff
--- a/makeBooke.sh	Fri Mar 02 10:22:56 2012 +0000
+++ b/makeBooke.sh	Fri Mar 02 10:46:43 2012 +0000
@@ -32,7 +32,7 @@
         title=`grep "^T:" $filename | head -1 | sed -e "s/^T: *//"`
         name=`basename $filename .abc`
         echo "\\\\addcontentsline{toc}{subsection}{$title}" >> $builddir/$output
-        echo "\\\\begin{abc}[options=-j0 +c,name=$name]" >> $builddir/$output
+        echo "\\\\begin{abc}[options=-j0 +c -n,name=$name]" >> $builddir/$output
         cat $filename >> $builddir/$output
         echo "\\\\end{abc}" >> $builddir/$output
     done