On Tue, Apr 16, 2013 at 12:39 PM, Peter Crighton <
[email protected]> wrote:

> % Empty staves are not removed after a percent repeat of one bar. Two or
> more
> bars work fine.
>
> \version "2.16.2"
>
> \paper { ragged-right = ##t }
>
> \layout {
>   \context {
>     \Staff
>     \RemoveEmptyStaves
>   }
> }
>
> \relative c' {
>   \repeat unfold 4 { c1 }
>   \break
>   R1*4
>   \break
>   \repeat percent 4 { c1 }
>   \break
>   R1*4
>   \break
>   \repeat percent 2 { c1 c }
>   \break
>   R1*4
> }
>
>
Thanks, Peter Crighton. This has been submitted as issue 3321 :
https://code.google.com/p/lilypond/issues/detail?id=3321

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

Reply via email to