lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond-book: Group line-width settings together (issue 2222). (iss


From: graham
Subject: Re: lilypond-book: Group line-width settings together (issue 2222). (issue 5553056)
Date: Sat, 21 Jan 2012 18:32:05 +0000

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]