Re: midi control done twice

2014-01-18 Thread Devon Schudy
k...@aspodata.se wrote: > \score { > \new Staff { > \set Staff.midiInstrument = #"electric bass (finger)" % 34 > \set Staff.midiPanPosition = #0 > a'1 > } > \midi { } > } > ['patch_change', 0, 0, 33], > ['control_change', 0, 0, 10, 64], > ['control_change'

Re: stencil.scm: add make-path-stencil function (issue 54050043)

2014-01-18 Thread paulwmorris
On 2014/01/18 04:52:50, lemzwerg wrote: https://codereview.appspot.com/54050043/diff/1/scm/stencil.scm File scm/stencil.scm (right): https://codereview.appspot.com/54050043/diff/1/scm/stencil.scm#newcode449 scm/stencil.scm:449: coordinates for the origin point of the path (used for closepat

Question about the make check tests

2014-01-18 Thread James
Hello, While trying to find the cause of a make check failure from one of the dev's patches yesterday - the usual struggle when you have multiple jobs running the tests and it is often hard to find which .ly file caused the failure - I started to notice a lot of programming errors being logged

Re: Double G clef, tenor G clef, varpercussion clef and varC clef (issue 47840043)

2014-01-18 Thread lemzwerg
It now works for me, thanks. https://codereview.appspot.com/47840043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: stencil.scm: add make-path-stencil function (issue 54050043)

2014-01-18 Thread paulwmorris
Reviewers: , Message: This patch introduces a make-path-stencil function that offers the benefits of the current make-connected-path-stencil function without its limitations: - Like make-connected-path-stencil it automatically calculates the stencil extents so you don't have to do it manually (n

PATCHES: Countdown for Jan 21st - 06:00 GMT

2014-01-18 Thread James
Hello, 3797

Re: credentials file for issue tracker (git-cl)

2014-01-18 Thread James
On 18/01/14 10:16, Urs Liska wrote: When going through git cl upload first my credentials for the codereview are read from ~/.codereview_upload_cookies so I don't have to enter them. But the credentials for adding/updating the issue on code.google.com can't be loaded from ~/.lilypond-project-h

TabNoteHead.style = #'slash supported. (issue 53290045)

2014-01-18 Thread dak
https://codereview.appspot.com/53290045/diff/1/scm/tablature.scm File scm/tablature.scm (right): https://codereview.appspot.com/53290045/diff/1/scm/tablature.scm#newcode27 scm/tablature.scm:27: ((slash) "2slash" This one is missing an else branch or the return value will be undefined (which

credentials file for issue tracker (git-cl)

2014-01-18 Thread Urs Liska
When going through git cl upload first my credentials for the codereview are read from ~/.codereview_upload_cookies so I don't have to enter them. But the credentials for adding/updating the issue on code.google.com can't be loaded from ~/.lilypond-project-hosting-login I didn't find any infor

Re: Web: Text-input: make LM reference more friendly. (issue 51460043)

2014-01-18 Thread lilyliska
https://codereview.appspot.com/51460043/diff/1/Documentation/web/introduction.itexi File Documentation/web/introduction.itexi (right): https://codereview.appspot.com/51460043/diff/1/Documentation/web/introduction.itexi#newcode1138 Documentation/web/introduction.itexi:1138: before they come up! O

Re: Double G clef, tenor G clef, varpercussion clef and varC clef (issue 47840043)

2014-01-18 Thread Marc Hohl
Am 18.01.2014 07:12, schrieb lemzw...@googlemail.com: First of all: Looking at clefs.tenorG, patch set 5 compared to patch set 4 has a side effect: It reduces the height of the glyph's top. Is this intentional? I guess it's not, so please fix this. Done. I don't fully understand why (yet), b