Re: Should this be applied?

2011-08-09 Thread David Kastrup
Neil Puttock writes: > On 8 August 2011 12:43, David Kastrup wrote: > >> I have no clue what start and end are > > start and end are column ranks, i.e., an index to the position of a > particular column in a score. You can see them if you enable > debugging for columns: > > \relative c' { > c

Re: Should this be applied?

2011-08-09 Thread Neil Puttock
On 8 August 2011 12:43, David Kastrup wrote: > I have no clue what start and end are start and end are column ranks, i.e., an index to the position of a particular column in a score. You can see them if you enable debugging for columns: \relative c' { c1 } \layout { \context { \Score

Should this be applied?

2011-08-08 Thread David Kastrup
In an attempt to figure out whether my coredumps were related to lying to the compiler about const, I tried checking the effects of not using casts to non-const in const member functions. Nothing came off it. However, there was one not-just-declarational change that seemed like a sensible thing t