From 58a9152ec324cb197ee0e97fa40036ea0293ae1a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:04:13 +0000 Subject: [PATCH] lilypond-0.1.36 --- bin/ly2dvi.sh | 15 +++++++++++---- bin/mf-to-table.py | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/bin/ly2dvi.sh b/bin/ly2dvi.sh index 89556cd6a7..9468401c62 100644 --- a/bin/ly2dvi.sh +++ b/bin/ly2dvi.sh @@ -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 diff --git a/bin/mf-to-table.py b/bin/mf-to-table.py index 1cd84f5ee6..08ded81adf 100644 --- a/bin/mf-to-table.py +++ b/bin/mf-to-table.py @@ -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) -- 2.39.5