diary Chris BUG Lilypond-book in Version 16.1 >From Chris reporting bug with lilybook [2012-12-16 Sun 20:41] To: address@hidden From: Chris
Subject: BUG Lilypond-book in Version 16.1 Date: Sun, 16 Dec 2012 20:41:54 +0000 (UTC) I can not compile files with lilypond-book in the recomended, stable Version 2.16.1. Older and Newer Versions (2.16.0 / 2.17.8) work without problems. _______________________________________________ bug-lilypond mailing list address@hidden https://lists.gnu.org/mailman/listinfo/bug-lilypond >From James requesting more information [2012-12-16 Sun 22:34] Date: Sun, 16 Dec 2012 22:34:50 +0000 Subject: Re: BUG Lilypond-book in Version 16.1 From: James To: Chris Chris, On 16 December 2012 20:41, Chris wrote: > I can not compile files with lilypond-book in the recomended, stable Version > 2.16.1. Older and Newer Versions (2.16.0 / 2.17.8) work without problems. > > Can you give an example? Maybe attach a file although if you can get a tiny example it would help. Also perhaps some output of what the '..problems' are? Oh.. and what Operating System you are running on. There isn't enough information here. James _______________________________________________ bug-lilypond mailing list address@hidden https://lists.gnu.org/mailman/listinfo/bug-lilypond Analysis [2012-12-17 Mon 10:48] All we know from the OP bug report is that they have a problem with lilybook in release 2.16.1 James asked for more information, which is precisely the correctly thing to do. More info from OP >From Chris delivering more detail on the bug report [2012-12-17 Mon 23:56] To: address@hidden From: Chris Subject: Re: BUG Lilypond-book in Version 16.1 Date: Mon, 17 Dec 2012 21:20:09 +0000 (UTC) > > Chris wrote: > > I can not compile files with lilypond-book in the recomended, stable Version > > 2.16.1. Older and Newer Versions (2.16.0 / 2.17.8) work without problems. > > > > > > Can you give an example? > Maybe attach a file although if you can get a tiny example it would help. > Also perhaps some output of what the '..problems' are? > Oh.. and what Operating System you are running on. > There isn't enough information here. > James > Hi James, All the required information. I could reproduce it on two different PC. \documentclass[a4paper]{article} \begin{document} Test \begin{lilypond} \relative c' { c2 e2 } \end{lilypond} This lytex is not running with Lilypond 2.16.1 (XP and Windows 8) The same example is running with Version 2.16.0 (XP) or Version 2.17.8 (XP and Windows 8) \end{document} The process: Run the command: "C:\Program Files\LilyPond\usr\bin\lilypond-book.py" --output=out --pdf --verbose test3.lytex Result of Version 2.16.1: The same Information as with the Option --help followed by Traceback (most recent call lat): File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line 766, in ? main () File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line 689, in main files = do_options () File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line 681, in do opt ions exit (2) File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line 114, in Exit Excetion: Exiting (2)... without the "--verbose" I get only the help information The Directory "out" is existing as a subdirectory _______________________________________________ bug-lilypond mailing list address@hidden https://lists.gnu.org/mailman/listinfo/bug-lilypond Checking status of this bug report [2012-12-18 Tue 09:23] This came in on Sunday and was acknowledged by James. The OP replied very late yesterday. I'm off shift now. I'd better check and see if James or Eluze, who is on shift now, is going to handle it. Oh, I think I'll just get on and try to reproduce the bug. Reproduce the bug so I have an image for the tracker [2012-12-18 Tue 09:27] \documentclass[a4paper]{article} \begin{document} Test \begin{lilypond} \relative c' { c2 e2 } \end{lilypond} This lytex is not running with Lilypond 2.16.1 (XP and Windows 8) The same example is running with Version 2.16.0 (XP) or Version 2.17.8 (XP and Windows 8) \end{document} mkdir -p "$mydir" cat > "$mydir"/bug.lytex <