lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3688 in lilypond: Manual barlines overwrite repeat


From: lilypond
Subject: [Lilypond-auto] Issue 3688 in lilypond: Manual barlines overwrite repeat barlines
Date: Sat, 30 Nov 2013 13:53:01 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 3688 by address@hidden: Manual barlines overwrite repeat barlines
http://code.google.com/p/lilypond/issues/detail?id=3688

\markup \justify {
  Manual barlines overwrite repeat barlines:
}

\relative f' {
  R1
  \bar "||"
  \repeat volta 2 {
    c1
  }
  \bar "||"
}

\markup \justify {
  This is especially wrong when the repeat starts after
  a line break, as repeat barline could be easily added
  at the beginning of the next system:
}
\relative f' {
  R1
  \bar "||"
  \break
  \repeat volta 2 {
    c1
  }
}


Attachments:
        repeat barline overwritten.png  8.8 KB

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