I believe the problem had to do with filename extensions; as such, I
think the following three places constitute the actual fix for 2222.
But he also cleaned up a few other little bits, which seems sensible and
ok since it's a pretty small patch.


http://codereview.appspot.com/5553056/diff/1/python/book_snippets.py
File python/book_snippets.py (right):

http://codereview.appspot.com/5553056/diff/1/python/book_snippets.py#newcode336
python/book_snippets.py:336: self.ext = '.ly'
this

http://codereview.appspot.com/5553056/diff/1/python/book_snippets.py#newcode662
python/book_snippets.py:662: result.append (base + self.ext)
this

http://codereview.appspot.com/5553056/diff/1/python/book_snippets.py#newcode849
python/book_snippets.py:849: self.ext = os.path.splitext
(os.path.basename (self.filename))[1]
this

http://codereview.appspot.com/5553056/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to