Re: Add chord range to make-part-combine-music (issue 144170043 by nine.fierce.ball...@gmail.com)

2014-09-19 Thread dak
https://codereview.appspot.com/144170043/diff/1/ly/music-functions-init.ly File ly/music-functions-init.ly (right): https://codereview.appspot.com/144170043/diff/1/ly/music-functions-init.ly#newcode1134 ly/music-functions-init.ly:1134: #(define partcombine-chord-range '(0 . 8)) I think that's

Re: Add chord range to make-part-combine-music (issue 144170043 by nine.fierce.ball...@gmail.com)

2014-09-19 Thread nine . fierce . ballads
On 2014/09/19 11:20:55, dak wrote: I think that's the kind of thing much better put into a context property. It I see that recording-group-emulate calls (ly:context-property child 'instrumentTransposition)). Should I look to that as an example? can change over the course of one partcombine

Re: Add chord range to make-part-combine-music (issue 144170043 by nine.fierce.ball...@gmail.com)

2014-09-19 Thread dak
On 2014/09/19 13:20:41, Dan Eble wrote: On 2014/09/19 11:20:55, dak wrote: I think that's the kind of thing much better put into a context property. It I see that recording-group-emulate calls (ly:context-property child 'instrumentTransposition)). Should I look to that as an example?

Re: How can I change my email address for code reviews?

2014-09-19 Thread David Kastrup
Dan Eble d...@faithful.be writes: Every time I try submit a code review, it makes the owner e...@ticalc.org, which is the address I first used, but I want it to use nine.fierce.ball...@gmail.com. I’m using LilyDev. ~/.gitconfig says nine.fierce.ball...@gmail.com. I’ve tried removing

LilyDev not accepting paste from host clipboard

2014-09-19 Thread Richard Shann
I've just gone through the steps to install LilyDev in a virtual machine. I already have a plain Debian O/S installed and have been using it for some time without problem. Unfortunately, this new image will not accept paste (e.g. Shift-Control-v in a terminal, or right mouse click) from the host,

Compact Chord Charts

2014-09-19 Thread Richard Shann
When chord symbols are displayed on small hand-held devices (e.g. smartphones) they will be difficult to read unless the elements are arranged more compactly than the standard LilyPond chord symbols. There are commercial programs out there that offer this facility. I have been experimenting with

Re: LilyDev not accepting paste from host clipboard

2014-09-19 Thread James
On 19/09/14 19:09, Richard Shann wrote: I've just gone through the steps to install LilyDev in a virtual machine. I already have a plain Debian O/S installed and have been using it for some time without problem. Unfortunately, this new image will not accept paste (e.g. Shift-Control-v in a

Re: Add chord range to make-part-combine-music (issue 144170043 by nine.fierce.ball...@gmail.com)

2014-09-19 Thread nine . fierce . ballads
On 2014/09/19 13:51:55, dak wrote: If you want to, I can rebase the respective branches on current master and push them into the central repository, and you can see whether you want to pick up work on them. My first choice is to implement this change in a way that is acceptable for 2.19

PATCHES: Countdown for September 23rd 2014

2014-09-19 Thread James
Hello, Here is the current patch countdown list. The next countdown will be on September 23rd. You can always view the most current countdown list here: http://code.google.com/p/lilypond/issues/list?q=Patch%3Apush%2Ccountdown%2Creview%2Cnew%2Cwaitingcolspec=Patch%20Owner%20ID%20Summarysort=patch

Re: Compact Chord Charts

2014-09-19 Thread Paul Morris
Richard Shann-2 wrote To do this I think I need to have an additional property to be used via something like this (if (ly:context-property-where-defined context 'compact) ... to decide whether to format the chord symbol in a compact fashion or to use the default formatting. If this