# Original LaTeX file made by Mats Bengtsson, 17/8 1997
#
-VERSION="0.3"
+VERSION="0.3.hwn1"
+IDENTIFICATION="lytodvi.sh $VERSION"
+NOW=`date`
+echo "$IDENTIFICATION" 1>&2
-echo "lytodvi.sh $VERSION" 1>&2
-
# NEWS
+# 0.3.hwn1
+# - add "Creator: " line to output
+#
# 0.3
# - multiple input files to make score from several files
# (extra files assumed to be Lilypond output)
fi
fi
#
-# Find textwidth
+# Find textwidth
#
if [ "$IF" != "" ]
then
# Write LaTeX file
#
cat << EOF > $LF
+% Creator: $IDENTIFICATION
+% Automatically generated from $IF, $NOW
+
\documentclass$PAPER{article}
\nonstopmode
$LLNG
self.texfile = Indentable_file(texfile_nm, 'w')
- headerstr = '%% generated automatically by %s\n%% on %s\n%% Do not edit' % \
+ headerstr = '%% Creator: %s\n%% Automatically generated on %s\n%% Do not edit' % \
(program_id(), today_str())
self.lyfile.write(headerstr)