bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1545 in lilypond: Volta repeat marks are misplaced in some cir


From: lilypond
Subject: Re: Issue 1545 in lilypond: Volta repeat marks are misplaced in some circumstances
Date: Wed, 02 Mar 2011 06:39:59 +0000


Comment #1 on issue 1545 by address@hidden: 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




reply via email to

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