Re: text spanner collapse

2006-09-11 Thread Martin Bergande
Brilliant, thanks a lot! Yours, Martin Original-Nachricht Datum: Mon, 11 Sep 2006 08:57:31 +0200 Von: Mats Bengtsson <[EMAIL PROTECTED]> An: Martin Bergande <[EMAIL PROTECTED]> Betreff: Re: text spanner collapse > Looking at the implementation, I found the s

Re: text spanner collapse

2006-09-10 Thread Mats Bengtsson
Yours truly, Martin Original-Nachricht Datum: Sun, 10 Sep 2006 21:12:53 +0200 Von: Mats Bengtsson <[EMAIL PROTECTED]> An: Martin Bergande <[EMAIL PROTECTED]> Betreff: Re: text spanner collapse One solution is to widen the spacing between the notes slightly, so that the spanner

Re: text spanner collapse

2006-09-10 Thread Mats Bengtsson
Unfortunately, it seems that the minimum-length property doesn't affect TextSpanner objects. /Mats Kieren MacMillan wrote: Hi, Martin: My first recommendation would be to look at #'minimum-length, which should be inherited from spanner-interface. That being said, I've found *Spanner inherit

Re: text spanner collapse

2006-09-10 Thread Martin Bergande
6 17:34:54 -0400 Von: Kieren MacMillan <[EMAIL PROTECTED]> An: "Martin Bergande" <[EMAIL PROTECTED]> Betreff: Re: text spanner collapse > Hi, Martin: > > My first recommendation would be to look at #'minimum-length, which > should be inherited from spanner-

Re: text spanner collapse

2006-09-10 Thread Kieren MacMillan
Hi, Martin: My first recommendation would be to look at #'minimum-length, which should be inherited from spanner-interface. That being said, I've found *Spanner inheritance to be somewhat spotty... =) Good luck! Kieren. ___ lilypond-user mailin

Re: text spanner collapse

2006-09-10 Thread Martin Bergande
Martin Bergande <[EMAIL PROTECTED]> Betreff: Re: text spanner collapse > One solution is to widen the spacing between the notes slightly, so > that the spanner gets sufficiently long even when shortened. Try to > insert something like > \once \override Score.SeparationItem #&#x

Re: text spanner collapse

2006-09-10 Thread Mats Bengtsson
ffset = #'(-3.64 . -1.55) f16~]\stopped^\markup { \fontsize #-3 \musicglyph #"flags.ugrace" }\stopTextSpan } } \layout { ragged-last = ##t } } % stop .ly Original-Nachricht ---- Datum: Sun, 10 Sep 2006 18:33:30 +0200 Von: Mats Bengtsson <[EMAIL PROTECTED]> An: Mart

Re: text spanner collapse

2006-09-10 Thread Martin Bergande
ript #'extra-offset = #'(-3.64 . -1.55) f16~]\stopped^\markup { \fontsize #-3 \musicglyph #"flags.ugrace" }\stopTextSpan } } \layout { ragged-last = ##t } } % stop .ly Original-Nachricht Datum: Sun, 10 Sep 2006 18:33:30 +0200 Von: Mats Bengtsson <[EM

Re: text spanner collapse

2006-09-10 Thread Mats Bengtsson
It's much easier to answer a question like that if you include a short (but complete) example that illustrates the problem. /Mats Quoting Martin Bergande <[EMAIL PROTECTED]>: hi, dose anyone know how to avoid the collapse of text spanners when they are shortened a lot? version 2.8.1 thank