\set Score.rehearsalMarkAlignSymbol property. Here is an example: \version "2.7.27" align = \set Score.rehearsalMarkAlignSymbol = #'time-signature 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?
Thank you.
test.pdf
Description: Adobe PDF document
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond