On Monday 06 February 2006 12.31, liang seng wrote:
> Hi, I'm using Lilypond 2.7.27 for Windows 98. There seems to be a problem
> regarding the Mark_engraver property. Apparently, when Mark_engraver is
> used, it seems to disregard the
> \set Score.rehearsalMarkAlignSymbol property. Here is an example:
> \version "2.7.27"
> align = \set Score.rehearsalMarkAlignSymbol = #'time-signature

I think you may want to change that to
align = \set Staff.rehearsalMarkAlignSymbol = #'time-signature
but I haven't tested it.

> linea = { \align  \mark "Rehearsal Mark" R1 }
> lineb = { \align  \mark "Rehearsal Mark" R1 }
>
> \score {
> \new StaffGroup { <<
> \new Staff { \linea }
> \new Staff \with{\consists "Mark_engraver"} { \lineb }
>
>  >> } }
>
> The placement of the rehearsal mark on the first staff is correct, but
> wrong in the second staff as the rehearsal mark is centrally aligned to the
> beginning of the staff, disregarding the rehearsalMarkAlignSymbol property.
> I've tried this when setting it to align to clefs and key signatures and
> they do not alter the result of the rehearsal mark's placement of the
> second staff as well. Is this a bug?


-- 
Erik


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to