Re: Empty staves not removed after one-bar percent repeat

2013-04-17 Thread Ralph Palmer
On Tue, Apr 16, 2013 at 12:39 PM, Peter Crighton 
petecrigh...@googlemail.com 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
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Empty staves not removed after one-bar percent repeat

2013-04-16 Thread Peter Crighton
% 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
}


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond