bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 432 in lilypond: odd layout when Mar_engraver is moved into Staff


From: codesite-noreply
Subject: Issue 432 in lilypond: odd layout when Mar_engraver is moved into Staff
Date: Fri, 31 Aug 2007 11:10:44 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]