On Friday 26 August 2005 04.41, Jukka Akkanen wrote:
> \version "2.7.7"
> \layout { raggedright = ##t }
> {
>      \mark \markup {\box X} g'1 \break
>      \mark \markup {\box X} g'1
> }
> %%% end %%%
>
> The first rehearsal mark collides with the treble clef with 2.7.7.
> There's no collision with 2.7.4, but the two marks are aligned
> differently in relation to the clef.

Thanks, added to bug cvs as c-clef-rehearsal-mark.ly:

%
%Jukka Akkanen

\version "2.7.7"
\header {
reportedin = "2.7.7"
texidoc = "The first rehearsal mark collides with the treble clef."
}

\layout { raggedright = ##t }
{
     \mark \markup {\box X} g'1 \break
     \mark \markup {\box X} g'1
}


-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.6/


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

Reply via email to