Re: Issue 1084 in lilypond: lilypond-book fails on identical snippets

2010-08-23 Thread lilypond

Updates:
Status: Verified

Comment #6 on issue 1084 by brownian.box: lilypond-book fails on identical  
snippets

http://code.google.com/p/lilypond/issues/detail?id=1084

(No comment was entered for this change.)


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1084 in lilypond: lilypond-book fails on identical snippets

2010-08-13 Thread lilypond

Updates:
Status: Fixed
Labels: fixed_2_13_30

Comment #5 on issue 1084 by joeneeman: lilypond-book fails on identical  
snippets

http://code.google.com/p/lilypond/issues/detail?id=1084

(No comment was entered for this change.)


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1084 in lilypond: lilypond-book fails on identical snippets

2010-08-06 Thread lilypond

Updates:
Status: Started
Owner: joeneeman

Comment #4 on issue 1084 by joeneeman: lilypond-book fails on identical  
snippets

http://code.google.com/p/lilypond/issues/detail?id=1084

Patch here: http://codereview.appspot.com/1871058


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1084 in lilypond: lilypond-book fails on identical snippets

2010-07-29 Thread lilypond


Comment #1 on issue 1084 by lemzwerg: lilypond-book fails on identical  
snippets

http://code.google.com/p/lilypond/issues/detail?id=1084

BTW, isn't this buggy behaviour a regression and should be tagged as such?


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1084 in lilypond: lilypond-book fails on identical snippets

2010-07-29 Thread lilypond

Updates:
Labels: -Priority-Medium Priority-Critical

Comment #2 on issue 1084 by percival.music.ca: lilypond-book fails on  
identical snippets

http://code.google.com/p/lilypond/issues/detail?id=1084

Looks like it to me.


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1084 in lilypond: lilypond-book fails on identical snippets

2010-07-29 Thread lilypond

Updates:
Labels: Regression

Comment #3 on issue 1084 by lemzwerg: lilypond-book fails on identical  
snippets

http://code.google.com/p/lilypond/issues/detail?id=1084

(No comment was entered for this change.)


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 1084 in lilypond: lilypond-book fails on identical snippets

2010-05-10 Thread lilypond

Status: Accepted
Owner: 
CC: john.mandereau
Labels: Type-Scripts Priority-Medium

New issue 1084 by pnorcks: lilypond-book fails on identical snippets
http://code.google.com/p/lilypond/issues/detail?id=1084

For details, please see the discussion here:

http://lists.gnu.org/archive/html/bug-lilypond/2010-05/msg0.html


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: lilypond-book fails on identical snippets

2010-05-02 Thread Mats Bengtsson

Werner LEMBERG wrote:

[lilypond 2.13.16, but there weren't related changes in newer versions]

This input file zzz.tex


--

\begin{lilypond}
  { c' }
\end{lilypond}


\begin{lilypond}
  { c' }
\end{lilypond}

--


called with

  lilypond-book --output=out zzz.tex

causes the following error:
  
Probably, since the file name is generated based on some hash function 
of the code snippet, so both snippets get the same file name. How likely 
is this to happen in a practical document? Well, perhaps it is, since it 
could be some short example just showing a clef or a C major scale or 
whatever, that appears several times in a document.


  /Mats


--

Traceback (most recent call last):
  File /usr/local/bin/lilypond-book, line 2215, in module
main ()
  File /usr/local/bin/lilypond-book, line 2197, in main
chunks = do_file (files[0])
  File /usr/local/bin/lilypond-book, line 2099, in do_file
do_process_cmd (chunks, input_fullname, global_options)
  File /usr/local/bin/lilypond-book, line 1933, in do_process_cmd
snippet.write_ly()
  File /usr/local/bin/lilypond-book, line 1333, in write_ly
diff_against_existing = filter_pipe (self.full_ly (), 'diff -u %s -' % 
filename)
  File /usr/local/bin/lilypond-book, line 1768, in filter_pipe
error (_ (`%s' failed (%d)) % (cmd, exit_status))
TypeError: 'str' object is not callable

--


The error doesn't happen if the two snippets are not identical.


Werner


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
  



--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.s3.kth.se/~mabe
=



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


lilypond-book fails on identical snippets

2010-05-01 Thread Werner LEMBERG

[lilypond 2.13.16, but there weren't related changes in newer versions]

This input file zzz.tex


--

\begin{lilypond}
  { c' }
\end{lilypond}


\begin{lilypond}
  { c' }
\end{lilypond}

--


called with

  lilypond-book --output=out zzz.tex

causes the following error:


--

Traceback (most recent call last):
  File /usr/local/bin/lilypond-book, line 2215, in module
main ()
  File /usr/local/bin/lilypond-book, line 2197, in main
chunks = do_file (files[0])
  File /usr/local/bin/lilypond-book, line 2099, in do_file
do_process_cmd (chunks, input_fullname, global_options)
  File /usr/local/bin/lilypond-book, line 1933, in do_process_cmd
snippet.write_ly()
  File /usr/local/bin/lilypond-book, line 1333, in write_ly
diff_against_existing = filter_pipe (self.full_ly (), 'diff -u %s -' % 
filename)
  File /usr/local/bin/lilypond-book, line 1768, in filter_pipe
error (_ (`%s' failed (%d)) % (cmd, exit_status))
TypeError: 'str' object is not callable

--


The error doesn't happen if the two snippets are not identical.


Werner


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond