lilypond-0.1.36
authorfred <fred>
Sun, 24 Mar 2002 20:04:13 +0000 (20:04 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:04:13 +0000 (20:04 +0000)
bin/ly2dvi.sh
bin/mf-to-table.py

index 89556cd6a7991e1a07142c12774d44eba59bb4e7..9468401c62549d881d416d08f2b7b11df9e6a742 100644 (file)
@@ -8,11 +8,15 @@
 #  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)
@@ -287,7 +291,7 @@ EOF
   fi
 fi
 #
-# Find textwidth
+# Find textwidth 
 #
 if [ "$IF" != "" ]
 then
@@ -400,6 +404,9 @@ fi
 # Write LaTeX file
 #
 cat << EOF > $LF
+% Creator: $IDENTIFICATION
+% Automatically generated from  $IF, $NOW
+
 \documentclass$PAPER{article}
 \nonstopmode
 $LLNG
index 1cd84f5ee6f9b308e13186c1a466add699f8ebc8..08ded81adf8c3bffff10c4a9bf7c2cc78570ecf2 100644 (file)
@@ -181,7 +181,7 @@ class Log_reader:
        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)