Issue 1278: Arrow notation for quarter-tones. (issue3789044)

2010-12-29 Thread FelipeG . Assis
Reviewers: , Message: This patch is first and foremost a change in the internal Pitch representation. I then suggest that we first discuss that, having it as a reference. Description: Issue 1278: Arrow notation for quarter-tones. We change the internal pitch representation so as to account for

Re: Doc -- Clarify instructions on autobeam settings (issue4160048)

2011-02-14 Thread FelipeG . Assis
http://codereview.appspot.com/4160048/diff/5001/Documentation/notation/rhythms.itely File Documentation/notation/rhythms.itely (right): http://codereview.appspot.com/4160048/diff/5001/Documentation/notation/rhythms.itely#newcode2207 Documentation/notation/rhythms.itely:2207: @code{Score} context

Re: Issue 1278: Arrow notation for quarter-tones. (issue3789044)

2011-02-17 Thread FelipeG . Assis
http://codereview.appspot.com/3789044/diff/29001/python/musicexp.py File python/musicexp.py (right): http://codereview.appspot.com/3789044/diff/29001/python/musicexp.py#newcode308 python/musicexp.py:308: return '(ly:make-pitch %d %d \'(%d . 0))' % (self.octave, On 2011/02/17 20:01:25, Carl wrote