On Mon, Sep 09, 2013 at 03:51:59AM +, Keith OHara wrote:
>
> It was intentional. There is a reported bug about rehearsal marks
>http://code.google.com/p/lilypond/issues/detail?id=1150
> with lots of evidence that rehearsal marks traditionally go right of the
> clef (and key signature if
Jim Long umpquanet.com> writes:
> 2.16.2 centers each mark over its alignment symbol (the clef and
> the barline, respectively).
>
> But in 2.17.26, the first mark is left-aligned with the
> centerline of the clef, while the second mark is center-aligned
> over the barline.
>
> Is this intentio
I did a build of 2.17.26 on FreeBSD today to try things out, and
quickly found one change I wanted to inquire about.
Given this code:
\score {
\new Staff \relative c' {
\override RehearsalMark #'break-align-symbols = #'(clef bar)
\mark \default
c1
\mark \default
c1
}
}
2.