RehearsalMark extent shouldn't count

2004-11-14 Thread Bertalan Fodor
In my opinion rehearsal mark extent shouldn't cause notes' extent to grow. It should work as in TextScript: Bad: \score { b8 \mark \markup {\small \bold "Parlando"} as g16 g8.~g4 g16 g8 g16 | c16 c c c c c c | c c c c c c c c | c c c c c c c c } Good: \score { b8^\markup {\small \bold "Parlando

Re: RehearsalMark extent shouldn't count

2004-11-15 Thread Erik Sandberg
On Sunday 14 November 2004 23.13, Bertalan Fodor wrote: > In my opinion rehearsal mark extent shouldn't cause notes' extent to > grow. It should work as in TextScript: > > Bad: > \score { > b8 \mark \markup {\small \bold "Parlando"} as g16 g8.~g4 g16 g8 g16 | > c16 c c c c c c | c c c c c c c c | c

Re: RehearsalMark extent shouldn't count

2004-11-15 Thread Mats Bengtsson
Also, why doesn't it help to set \override Score.RehearsalMark #'no-spacing-rods = ##t to make the first example behave like the second one? /Mats Erik Sandberg wrote: On Sunday 14 November 2004 23.13, Bertalan Fodor wrote: In my opinion rehearsal mark extent shouldn't cause notes' extent to gro

Re: RehearsalMark extent shouldn't count

2004-11-15 Thread Bertalan Fodor
That's a good question :-) It was the first I tried. Bert Also, why doesn't it help to set \override Score.RehearsalMark #'no-spacing-rods = ##t to make the first example behave like the second one? ___ bug-lilypond mailing list [EMAIL PROTECTED] http://

Re: RehearsalMark extent shouldn't count

2004-11-15 Thread Bertalan Fodor
I think you've misunderstood the problem. Please try this: \version "2.4.2" \score { << \new Staff { \override Score.RehearsalMark #'self-alignment-X = #-1 b8 \mark \markup {\small \bold "Why is this so ugly?"} as g16 g8.~g4 g16 g8 g16 | c16 c c c c c c c c c c c c c c c | c8

Re: RehearsalMark extent shouldn't count

2004-11-19 Thread Bertalan Fodor
Sorry for disturbing again, do you still think this is not a clear (but maybe simple to solve) bug? Bert I think you've misunderstood the problem. Please try this: \version "2.4.2" \score { <<\new Staff { \override Score.RehearsalMark #'self-alignment-X = #-1 b8 \mark \mark

Re: RehearsalMark extent shouldn't count

2004-11-19 Thread Erik Sandberg
On Friday 19 November 2004 21.52, Bertalan Fodor wrote: > Sorry for disturbing again, do you still think this is not a clear (but > maybe simple to solve) bug? sorry for the delay. The bug report is in CVS now (rehearsalmark-horiz-extent.ly) > Bert > > > I think you've misunderstood the problem.