lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3321 in lilypond: Empty staves not removed after o


From: lilypond
Subject: [Lilypond-auto] Issue 3321 in lilypond: Empty staves not removed after one-bar percent repeat
Date: Wed, 17 Apr 2013 11:13:03 +0000

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

New issue 3321 by address@hidden: 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 address@hidden 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

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