Re: pdf changes every few compilations, although changing nothing

2017-04-10 Thread David Nalesnik
On Mon, Apr 10, 2017 at 7:43 AM, David Nalesnik wrote: > On Mon, Apr 10, 2017 at 7:21 AM, Thomas Morley > wrote: >> 2017-04-10 14:09 GMT+02:00 David Nalesnik : >>> On Mon, Apr 10, 2017 at 5:36 AM, Thomas Morley

Re: pdf changes every few compilations, although changing nothing

2017-04-10 Thread David Nalesnik
On Mon, Apr 10, 2017 at 7:21 AM, Thomas Morley wrote: > 2017-04-10 14:09 GMT+02:00 David Nalesnik : >> On Mon, Apr 10, 2017 at 5:36 AM, Thomas Morley >> wrote: > >>> Here the best minimal I can come up with: >>> >>>

Re: pdf changes every few compilations, although changing nothing

2017-04-10 Thread Thomas Morley
2017-04-10 14:09 GMT+02:00 David Nalesnik : > On Mon, Apr 10, 2017 at 5:36 AM, Thomas Morley > wrote: >> Here the best minimal I can come up with: >> >> \version "2.19.60" >> >> tst = { >> \override TupletBracket.stencil = >> #(lambda

Re: pdf changes every few compilations, although changing nothing

2017-04-10 Thread David Nalesnik
On Mon, Apr 10, 2017 at 5:36 AM, Thomas Morley wrote: > Hi all, > > with the code below I experienced some pretty strange behaviour. > > The visual output changes every few compilations, although I changed > _nothing_!! > In average two times in 10 compilations. > > >

Re: pdf changes every few compilations, although changing nothing

2017-04-10 Thread Thomas Morley
2017-04-10 12:36 GMT+02:00 Thomas Morley : > Hi all, > > with the code below I experienced some pretty strange behaviour. > > The visual output changes every few compilations, although I changed > _nothing_!! > In average two times in 10 compilations. > Also, my code is

Re: pdf changes every few compilations, although changing nothing

2017-04-10 Thread Thomas Morley
2017-04-10 12:36 GMT+02:00 Thomas Morley : > Hi all, > > with the code below I experienced some pretty strange behaviour. > > The visual output changes every few compilations, although I changed > _nothing_!! > In average two times in 10 compilations. Forgot the

pdf changes every few compilations, although changing nothing

2017-04-10 Thread Thomas Morley
Hi all, with the code below I experienced some pretty strange behaviour. The visual output changes every few compilations, although I changed _nothing_!! In average two times in 10 compilations. Furthermore: While uncommenting the second example things change again: First example prints

Re: Add a \voicify command (issue 320820043 by d...@gnu.org)

2017-04-10 Thread thomasmorley65
On 2017/04/09 20:30:45, dak wrote: Fix the error behavior, rename \voicify to \voices Error handling is nice now. { \voices 1 << e''2 \\ a \\ c'' \\ a' >> \voices 1,2 << e'' \\ a \\ c'' \\ a' >> \voices 1,2,3 << e'' \\ a \\ c'' \\ a' >> } returns appropriate warnings. The visual