Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3321 by [email protected]: Empty staves not removed after one-bar percent repeat
http://code.google.com/p/lilypond/issues/detail?id=3321

\version "2.16.2"

\paper { ragged-right = ##t }

\layout {
  \context {
    \Staff
    \RemoveEmptyStaves
  }
Peter Crighton [email protected] wrote :

% Empty staves are not removed after a percent repeat of one bar. Two or more bars work fine.

}

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

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to