From: Han-Wen Nienhuys Date: Fri, 26 Jan 2007 13:02:50 +0000 (+0100) Subject: more 'created by' messages. X-Git-Tag: release/2.11.15-1~46 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=da7f4c38bf5373844f70c1a61734547977db53a4;p=lilypond.git more 'created by' messages. --- 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: