From da7f4c38bf5373844f70c1a61734547977db53a4 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 26 Jan 2007 14:02:50 +0100 Subject: [PATCH] more 'created by' messages. --- scm/framework-scm.scm | 1 + scripts/musicxml2ly.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scm/framework-scm.scm b/scm/framework-scm.scm index e4895ae2e0..ecbe711af8 100644 --- a/scm/framework-scm.scm +++ b/scm/framework-scm.scm @@ -17,6 +17,7 @@ (let* ((file (open-output-file (format "~a.scm" basename)))) + (display ";;Creator: LilyPond\n" file) (display ";; raw SCM output\n" file) (for-each diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 7a8e8c4071..c29daed136 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -581,7 +581,7 @@ def print_score_setup (printer, part_list, voices): def print_ly_preamble (printer, filename): printer.dump_version () - printer.print_verbatim ('%% converted from %s\n' % filename) + printer.print_verbatim ('%% automatically converted from %s\n' % filename) def read_musicxml (filename, use_lxml): if use_lxml: -- 2.39.2