Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 2960 by [email protected]: collision: system-separator and
rehearsal mark
http://code.google.com/p/lilypond/issues/detail?id=2960
Reported by Martin Tarenskeen:
http://lists.gnu.org/archive/html/bug-lilypond/2012-11/msg00027.html
In the following example the boxed rehearsal marks collide with the
slashSeparator at the beginning of each system
%%% start of tiny example %%%
\version "2.16.0"
\paper {
system-separator-markup = \slashSeparator
}
example = \relative c' {
\set Score.markFormatter = #format-mark-box-alphabet
\repeat unfold 2 {
\mark \default {
\repeat unfold 4 { c1 | }
\break
}
}
}
\score {
<<
\new GrandStaff
\new Staff \example
\new Staff \example
\new Staff \example
>>
\layout{}
}
%%% end of tiny example %%%
Attachments:
bug.png 10.1 KB