Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Critical Regression

New issue 1654 by [email protected]: Collision between lyrics and raised rehearsal mark
http://code.google.com/p/lilypond/issues/detail?id=1654

2.13.x. When a rehearsal mark is raised by other markup - e.g. a dynamic, it will collide with the lyric line from the system above. I can only get this to occur with more than one stave per system. It's a regression from 2.12 and occurs in every 2.13 since 2.13.31 - the earliest I have.

<<
  \new Staff {
    \relative c''{
      \repeat unfold 8 { c4 c c c}
      c2 c
      \mark #8
      c4
      ^\fff
       c c c
      \repeat unfold 6 { c4 c c c}
    }
  }
  \new Staff {
    \new Voice = "lower" {
      \clef "bass" \repeat unfold 14 { c4 c c c}
    }
  }
  \new Lyrics \lyricsto "lower" { \repeat unfold 56 { H } }



Attachments:
        MarkCollision.png  15.7 KB


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

Reply via email to