bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bugs with \set Staff.whichBar


From: Keith OHara
Subject: Re: Bugs with \set Staff.whichBar
Date: Sat, 24 Nov 2012 23:57:33 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 >>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]