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 2.14
  << { R1
       \once\set Staff.whichBar = "|:"
       R1*3 }
     R1*4 >>
and to have the documentation describe the way that actually works.

Of course the work-around is to explicitly change back
<< { R1
     \set Staff.whichBar = "|:"
     R1
     \unset Staff.whichBar
     R1*2 }
   R1*4 >>


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to