bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1654 in lilypond: Collision between lyrics and raised rehearsal ma


From: lilypond
Subject: Issue 1654 in lilypond: Collision between lyrics and raised rehearsal mark
Date: Sun, 15 May 2011 15:31:14 +0000

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

New issue 1654 by address@hidden: 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




reply via email to

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