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

New issue 3688 by [email protected]: 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