Re: Changing voice order...

2016-11-01 Thread Werner LEMBERG
> To make it more visible I coded a small snippet annotating some info > to NoteHeads in > << .. \\ .. \\ ... ... ... >>-constructs. > > Output attached. Thanks! What about a two-step process: You first set up the order of the voices, then you input from top to bottom. Example: % current <

Re: Changing voice order...

2016-11-01 Thread David Kastrup
Ralph Little writes: > Hi,My 2c worth >> I'd wish more users would participate in this discussion. > This behaviour is news to me. I would have expected Voice1, 2, 3, > 4.Bu then I don't usually prepare anything that has more than 2 > simultaneous voices.I understand why it is the way that it

Re: Changing voice order...

2016-11-01 Thread Ralph Little
Hi,My 2c worth > I'd wish more users would participate in this discussion. This behaviour is news to me. I would have expected Voice1, 2, 3, 4.Bu then I don't usually prepare anything that has more than 2 simultaneous voices.I understand why it is the way that it is though so I don't have any

Re: Changing voice order...

2016-11-01 Thread Thomas Morley
2016-10-28 1:46 GMT+02:00 Thomas Morley : > 2016-10-27 13:40 GMT+02:00 David Kastrup : >> >> This concerns << ... \\ ... \\ ... ... >> >> >> If we have more than one voice, voices are assigned in order: >> >> 1/2, 1/2/3, 1/2/3/4, 1/2/3/4/5, 1/2/3/4/5/6 ... >> >> while the documentation is quite exp

Re: Unit testing

2016-11-01 Thread Dan Eble
On Nov 1, 2016, at 03:55 , Chris Yate wrote: > > It's probably pedantry, but "unit tests" by most good definitions ought not > to touch stuff like network, threads, filesystems and databases. If we're > testing the graphic output it's too high level. Agreed. > Unit tests would directly examine

Re: Add `-dgs-neverembed-fonts` option (issue 312970043 by truer...@gmail.com)

2016-11-01 Thread trueroad
On 2016/10/31 18:32:09, pwm wrote: For consistency and readability should there be a dash between "never" and "embed"? For example: -dgs-never-embed-fonts rather than -dgs-neverembed-fonts Thank you for reviewing. I've uploaded Patch set 3. https://codereview.appspot.com/312970043/ __

Re: Unit testing

2016-11-01 Thread Chris Yate
On 1 Nov 2016 01:03, "Carl Sorensen" wrote: > > > > The only thing that I can think of for unit testing is to do the following: > > 1) For each file, define a set of regression tests that the file affects. > The set of regression tests should exercise all known functionality of the > files. > > 2)