Re: Bugs with \set Staff.whichBar

2012-11-26 Thread Ben Rudiak-Gould
Here's an example: \version 2.16.1 % expected output: c||ccc, actual output: c||c||c||c|| { c' \set Staff.whichBar = || c' c' c' } % expected output: c||ccc|, actual output: c||ccc { c' \once \set Staff.whichBar = || c' c' c' c' c' c' c' } On Sat, Nov 24, 2012 at

Re: Bugs with \set Staff.whichBar

2012-11-26 Thread Colin Hall
On Sun, Nov 25, 2012 at 10:27:40PM -0800, Ben Rudiak-Gould wrote: Here's an example: \version 2.16.1 % expected output: c||ccc, actual output: c||c||c||c|| { c' \set Staff.whichBar = || c' c' c' } % expected output: c||ccc|, actual output: c||ccc { c' \once

Bugs with \set Staff.whichBar

2012-11-24 Thread Ben Rudiak-Gould
The 2.16 documentation says that \set Staff.whichBar = |: will create a start-repeat bar in this staff only. What it actually seems to do in 2.16.1 is insert a start-repeat bar after every note in that staff until the end of the score. I haven't looked at the code but I guess that it's clearing

Re: Bugs with \set Staff.whichBar

2012-11-24 Thread Colin Hall
On Sat, Nov 24, 2012 at 10:13:25PM +, Ben Rudiak-Gould wrote: The 2.16 documentation says that \set Staff.whichBar = |: will create a start-repeat bar in this staff only. What it actually seems to do in 2.16.1 is insert a start-repeat bar after every note in that staff until the end of

Re: Bugs with \set Staff.whichBar

2012-11-24 Thread Keith OHara
Ben Rudiak-Gould benrudiak at gmail.com writes: The 2.16 documentation says that \set Staff.whichBar = |: will create a start-repeat bar in this staff only. I suppose desired behavior is to have at least one way to change one bar-line in one staff, preferably the way it was done in version

Re: Bugs with \set Staff.whichBar

2012-11-24 Thread Thomas Morley
2012/11/25 Keith OHara k-ohara5...@oco.net: Ben Rudiak-Gould benrudiak at gmail.com writes: The 2.16 documentation says that \set Staff.whichBar = |: will create a start-repeat bar in this staff only. I suppose desired behavior is to have at least one way to change one bar-line in one

Re: Bugs with \set Staff.whichBar

2012-11-24 Thread Keith OHara
On Sat, 24 Nov 2012 16:44:15 -0800, Thomas Morley thomasmorle...@googlemail.com wrote: 2012/11/25 Keith OHara k-ohara5...@oco.net: Ben Rudiak-Gould benrudiak at gmail.com writes: The 2.16 documentation says that \set Staff.whichBar = |: will create a start-repeat bar in this staff only. I