Re: Stem direction & dynamic collision

2004-02-12 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Thanks, that's much better. Except that the crescendo gets > completely squashed in > > \score { > > \notes\relative c'' { > \property Score.DynamicText \set #'no-spacing-rods = ##f > \property Score.DynamicText \set #'X-extent = #'(-10 . 20) > e_\p

Re: Stem direction & dynamic collision

2004-02-12 Thread Mats Bengtsson
Thanks, that's much better. Except that the crescendo gets completely squashed in \score { \notes\relative c'' { \property Score.DynamicText \set #'no-spacing-rods = ##f \property Score.DynamicText \set #'X-extent = #'(-10 . 20) e_\p \> e_\p \! } \paper{raggedright =

Re: Stem direction & dynamic collision

2004-02-12 Thread Mats Bengtsson
Maybe your changes haven't made it to the CVS server yet (my ChangeLog has revision 1.1692). No matter how I set no-spacing-rods and X-extent, the two p overlap. /Mats Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: I'm sorry, but I cannot see any difference in the output compared to whe

Re: Stem direction & dynamic collision

2004-02-12 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Maybe your changes haven't made it to the CVS server yet > (my ChangeLog has revision 1.1692). > No matter how I set no-spacing-rods and X-extent, the two p > overlap. Probably. Please try again now. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.x

Re: Stem direction & dynamic collision

2004-02-12 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > I'm sorry, but I cannot see any difference in the output compared to > when I reported the problem. try this \score { \notes\relative c'' { \property Score.DynamicText \set #'no-spacing-rods = ##f \property Score.DynamicText \set #'X-extent = #'(-1 . 2)

Re: Stem direction & dynamic collision

2004-02-12 Thread Mats Bengtsson
I'm sorry, but I cannot see any difference in the output compared to when I reported the problem. /Mats Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: you could try #'no-spacing-rods on DynamicText to force more space, and if necessary widen it with DynamicText \set #'X-extent = #(-10 .

Re: Stem direction & dynamic collision

2004-02-12 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > > you could try #'no-spacing-rods on DynamicText to force more space, and > > if necessary widen it with > > > >DynamicText \set #'X-extent = #(-10 . 10) > > > > or somesuch. > > I already tried these, to no avail. See the following example: I have fixed t

Re: dynamic collision

2004-02-06 Thread Kevin C. Baird
Mats - It works fine for me, setting #'no-spacing-rods to ##t rather than ##f. Thanks to both you and Han-Wen for the help. On Fri, Feb 06, 2004 at 10:16:05AM +0100, Mats Bengtsson wrote: > It seems Han-Wen was in a hurry, the correct syntax is > #'(-10 . 10) instead of #(-10 . 10) > However,

Re: dynamic collision

2004-02-06 Thread Mats Bengtsson
It seems Han-Wen was in a hurry, the correct syntax is #'(-10 . 10) instead of #(-10 . 10) However, it didn't seem to have any effect, see http://mail.gnu.org/archive/html/bug-lilypond/2004-02/msg00047.html /Mats Kevin C. Baird wrote: Hi. Thank you. #'no-spacing-rods helped. I did want to expand

Re: dynamic collision

2004-02-05 Thread Kevin C. Baird
Hi. Thank you. #'no-spacing-rods helped. I did want to expand a bit with the X-extent widening you suggested 2nd. Attached is my .ly file and the error output. On Thu, Feb 05, 2004 at 01:11:28PM +0100, Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > Sorry, I plan to learn to read any yea

Re: Stem direction & dynamic collision

2004-02-05 Thread Mats Bengtsson
Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: Sorry, I plan to learn to read any year :-). I tried some different property settings in a crowded score, but none of them worked as I expected, so I leave the question to others who know better. As a workaround, you could introduce manual line

Re: Stem direction & dynamic collision

2004-02-05 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Sorry, I plan to learn to read any year :-). > > I tried some different property settings in a crowded score, > but none of them worked as I expected, so I leave the question > to others who know better. > As a workaround, you could introduce manual line breaks using >

Re: Stem direction & dynamic collision

2004-02-03 Thread Mats Bengtsson
Sorry, I plan to learn to read any year :-). I tried some different property settings in a crowded score, but none of them worked as I expected, so I leave the question to others who know better. As a workaround, you could introduce manual line breaks using \break in lines that look too crowded.

Re: Stem direction & dynamic collision

2004-02-03 Thread Kevin C. Baird
On Tue, Feb 03, 2004 at 10:12:33AM +0100, Mats Bengtsson wrote: > > > Kevin C. Baird wrote: > >Hello. > > [snip] > >I also find that my dynamic markings collide horizontally. Is there an > >easy way to mandate more horizontal space when a note has a dynamic > >marking? > > If you search the m

Re: Stem direction & dynamic collision

2004-02-03 Thread Mats Bengtsson
Kevin C. Baird wrote: Hello. With Lilypond 2.1.0-2 on Debian Testing, I get all of my stems up without declaring a direction. What would be the easiest way to get a more standard stem direction scheme (i.e., in toward the majority of the staff unless beamed)? That sounds very strange. You do

Stem direction & dynamic collision

2004-02-02 Thread Kevin C. Baird
Hello. With Lilypond 2.1.0-2 on Debian Testing, I get all of my stems up without declaring a direction. What would be the easiest way to get a more standard stem direction scheme (i.e., in toward the majority of the staff unless beamed)? I also find that my dynamic markings collide horizontal