Issue 432: odd layout when Mar_engraver is moved into Staff
http://code.google.com/p/lilypond/issues/detail?id=432

Comment #1 by n.puttock:
Hi Graham,

I probably should point out that my original gripe with moving Mark_engraver 
was that
overriding break-align-symbols doesn't work; I presume both faults are part of 
the
same issue.

Here's a slightly altered snippet:

\version "2.11.30"
\relative {
        \mark "C" c1 \time 4/4 | \mark "D" d  | \clef alto
        \mark "E" e | \mark "F" f |
}
 % Uncommenting this layout block, causes both the C and the E marks
 % to move to the left!
\layout {
       \context { \Score
           \remove "Staff_collecting_engraver"
           \remove "Mark_engraver"
       }
       \context { \Staff
           \consists "Staff_collecting_engraver"
           \consists "Mark_engraver"
           \override RehearsalMark #'break-align-symbols = #'(time-signature) 
%Mark_engraver
ignores this override
       }
   }

Regards,
Neil



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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

Reply via email to