[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Alignment problem with RehearsalMark
From: |
Mats Bengtsson |
Subject: |
Re: Alignment problem with RehearsalMark |
Date: |
Tue, 28 Aug 2007 08:05:04 +0200 |
User-agent: |
Thunderbird 2.0.0.5 (X11/20070716) |
Neil Puttock wrote:
Just to clarify this, are you saying that this happens as a result of
the default setting of break-align-symbols combined with moving the
mark engraver to the staff context?
No, I was just speculating, without having really tested my hypothesis.
Sorry about that. Now that I have made some experiments, it seems that
something else is going on when you move the engraver to the staff context.
Here's an example, which I also send to bug-lilypond.
\relative { \mark "C" c1 | \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"
}
}
%}
/Mats
- Re: Alignment problem with RehearsalMark,
Mats Bengtsson <=