Re: Alignment problem with RehearsalMark

2007-08-30 Thread Graham Percival

Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=432

Cheers,
- Graham

Mats Bengtsson wrote:



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


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





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


Re: Alignment problem with RehearsalMark

2007-08-28 Thread Mats Bengtsson



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


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