Comment #1 on issue 1545 by [email protected]: Volta repeat marks are misplaced in some circumstances
http://code.google.com/p/lilypond/issues/detail?id=1545

Not completely a regression. The bracket placement is messed up when we have
1) a volta bracket start, 2)the beginning of the line, and  3) a \mark.
Now the problem affects \tempo as well.

\paper { line-width = 6\cm }
\relative c' {
  \set Staff.instrumentName = #(lilypond-version)
  \repeat volta 2 {
    c1 | c1
  } \alternative {
    { c1 }
    { \mark"The bracket goes to the end of this text"
     c1 }
  }
  c1 | c1 | c1
}

Attachments:
        1545.png  8.3 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to