Issue 5180: Require \version statement in main file (issue 325640043 by d...@gnu.org)

2017-09-24 Thread Carl . D . Sorensen
LGTM https://codereview.appspot.com/325640043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Add version statement to hel-arabic.ly (issue 324460043 by beauleetien...@gmail.com)

2017-09-15 Thread beauleetienne0
Reviewers: , Message: Fixes a little oversight. Description: Add version statement to hel-arabic.ly Fixes warning due to missing version statement. Must have been forgotten in 2be5896dc7 ([#5172]). Please review this at https://codereview.appspot.com/324460043/ Affected files (+1, -0 lines

Re: \version statement

2006-03-20 Thread Han-Wen Nienhuys
Erik Sandberg wrote: On Monday 20 March 2006 18.13, Laura Conrad wrote: abc2ly puts a version statement into its output files: \version "2.5.20" By design this trails the lilypond version, and is changed only when abc2ly has been thoroughly tested with the current version

Re: \version statement

2006-03-20 Thread Laura Conrad
> "ES" == Erik Sandberg <[EMAIL PROTECTED]> writes: ES> By the way: Is there any particular reason why lily no longer ES> wants to compile files older than .38? Most 2.4 files do still ES> work with .39, and I fail to see why the recent convert-ly ES> rules would have any speci

Re: \version statement

2006-03-20 Thread Erik Sandberg
On Monday 20 March 2006 18.13, Laura Conrad wrote: > abc2ly puts a version statement into its output files: > >\version "2.5.20" > > By design this trails the lilypond version, and is changed only when > abc2ly has been thoroughly tested with the current versio

\version statement

2006-03-20 Thread Laura Conrad
abc2ly puts a version statement into its output files: \version "2.5.20" By design this trails the lilypond version, and is changed only when abc2ly has been thoroughly tested with the current version. However, when you run a file with an obsolete version through 2.7.39, y

Re: [PATCH] make musicxml2ly print \version statement

2005-12-14 Thread Erlend Aasland
in voices.items():+ printer.print_verbatim ('%% converted from %s\n' % filename) + printer.dump_version () printer.dump ('%s = ' % k) v.print_ly (printer) printer.newline()On 12/14/05, Erlend Aasland <[EMAIL PROTECTED] > wrote:HiJust a trivial patch to make musicxml2ly add the

[PATCH] make musicxml2ly print \version statement

2005-12-14 Thread Erlend Aasland
HiJust a trivial patch to make musicxml2ly add the \version statement (that is always a Good Thing, right?) to the lily-file.Regards,  Erlend musicxml-print-version.patch Description: Binary data ___ lilypond-devel mailing list lilypond-devel@gnu.org