Re: how to get more place for a textspanner

2010-03-09 Thread -Eluze


kontrapunktstefan wrote:
> 
> Dear Neil,
> thanks for Your answer, but: it still doesn't work as I expected.
> I got the warning :
> 
>>  not a grob name, `Textspanner'
>>
>  
out of the 8 times you wrote TextSpan 1 is mis-spelled!

the diagnostics of lilypond seems quite accurate here!


-- 
View this message in context: 
http://old.nabble.com/how-to-get-more-place-for-a-textspanner-tp27815206p27832530.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Re: how to get more place for a textspanner

2010-03-09 Thread Stefan Thomas
Oh, sorry, I've been stupid.
Thanks for the enligthenment!

2010/3/9 Mats Bengtsson 

>
>
> Stefan Thomas wrote:
>
>> Dear Neil,
>> thanks for Your answer, but: it still doesn't work as I expected.
>> I got the warning :
>>
>> not a grob name, `Textspanner'
>>
>>  Notice what letters should be uppercase and which should be lowercase!
>
>   /Mats
>
>>  The modified snippet is:
>>
>>
>> % begin %%%
>> \version "2.12.2"
>> musik = {
>>
>>  \override TextSpanner #'(bound-details left text) = "poco acc."
>> \time 5/8  es8 ( \< \startTextSpan  f fis \stopTextSpan
>>  \override TextSpanner #'(bound-details left text) = "rit."
>>  a-- \startTextSpan gis --   ) \stopTextSpan
>> }
>>
>> \new Staff { \clef bass
>>  \musik
>>  \override TextSpanner #'springs-and-rods = #ly:spanner::set-spacing-rods
>>  \override Textspanner #'minimum-length = #10
>>  \musik
>> }
>> %% END %%%
>>
>>
>> 2010/3/9 Neil Puttock mailto:n.putt...@gmail.com>>
>>
>>
>>On 7 March 2010 22:38, Stefan Thomas
>>>> wrote:
>>
>>> how can I get more space for the textspanner and its dashed line
>>in the
>>> below quoted example?
>>
>>Try setting 'minimum-length, if you don't mind the note spacing
>>being altered:
>>
>>% allow minimum-length to work
>>\override TextSpanner #'springs-and-rods =
>>#ly:spanner::set-spacing-rods
>>
>>% tweak length
>>\override Textspanner #'minimum-length = #10
>>
>>Regards,
>>Neil
>>
>>
>> 
>>
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> http://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>>
>
> --
> =
>Mats Bengtsson
>Signal Processing
>School of Electrical Engineering
>Royal Institute of Technology (KTH)
>SE-100 44  STOCKHOLM
>Sweden
>Phone: (+46) 8 790 8463
>   Fax:   (+46) 8 790 7260
>Email: mats.bengts...@ee.kth.se
>WWW: http://www.s3.kth.se/~mabe 
> =
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to get more place for a textspanner

2010-03-09 Thread Mats Bengtsson



Stefan Thomas wrote:

Dear Neil,
thanks for Your answer, but: it still doesn't work as I expected.
I got the warning :

 not a grob name, `Textspanner'


Notice what letters should be uppercase and which should be lowercase!

   /Mats

 The modified snippet is:


% begin %%%
\version "2.12.2"
musik = {

 \override TextSpanner #'(bound-details left text) = "poco acc."
\time 5/8  es8 ( \< \startTextSpan  f fis \stopTextSpan
  \override TextSpanner #'(bound-details left text) = "rit."
  a-- \startTextSpan gis --   ) \stopTextSpan
}

\new Staff { \clef bass
  \musik
  \override TextSpanner #'springs-and-rods = #ly:spanner::set-spacing-rods
  \override Textspanner #'minimum-length = #10
  \musik
}
%% END %%%


2010/3/9 Neil Puttock mailto:n.putt...@gmail.com>>

On 7 March 2010 22:38, Stefan Thomas
mailto:kontrapunktste...@googlemail.com>> wrote:

> how can I get more space for the textspanner and its dashed line
in the
> below quoted example?

Try setting 'minimum-length, if you don't mind the note spacing
being altered:

% allow minimum-length to work
\override TextSpanner #'springs-and-rods =
#ly:spanner::set-spacing-rods

% tweak length
\override Textspanner #'minimum-length = #10

Regards,
Neil




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


--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.s3.kth.se/~mabe
=



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


Re: how to get more place for a textspanner

2010-03-08 Thread Stefan Thomas
Dear Neil,
thanks for Your answer, but: it still doesn't work as I expected.
I got the warning :

>  not a grob name, `Textspanner'
>
 The modified snippet is:


% begin %%%
\version "2.12.2"
musik = {

 \override TextSpanner #'(bound-details left text) = "poco acc."
\time 5/8  es8 ( \< \startTextSpan  f fis \stopTextSpan
  \override TextSpanner #'(bound-details left text) = "rit."
  a-- \startTextSpan gis --   ) \stopTextSpan
}

\new Staff { \clef bass
  \musik
  \override TextSpanner #'springs-and-rods = #ly:spanner::set-spacing-rods
  \override Textspanner #'minimum-length = #10
  \musik
}
%% END %%%


2010/3/9 Neil Puttock 

> On 7 March 2010 22:38, Stefan Thomas 
> wrote:
>
> > how can I get more space for the textspanner and its dashed line in the
> > below quoted example?
>
> Try setting 'minimum-length, if you don't mind the note spacing being
> altered:
>
> % allow minimum-length to work
> \override TextSpanner #'springs-and-rods = #ly:spanner::set-spacing-rods
>
> % tweak length
> \override Textspanner #'minimum-length = #10
>
> Regards,
> Neil
>
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to get more place for a textspanner

2010-03-08 Thread Neil Puttock
On 7 March 2010 22:38, Stefan Thomas  wrote:

> how can I get more space for the textspanner and its dashed line in the
> below quoted example?

Try setting 'minimum-length, if you don't mind the note spacing being altered:

% allow minimum-length to work
\override TextSpanner #'springs-and-rods = #ly:spanner::set-spacing-rods

% tweak length
\override Textspanner #'minimum-length = #10

Regards,
Neil


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


how to get more place for a textspanner

2010-03-07 Thread Stefan Thomas
Dear community,
how can I get more space for the textspanner and its dashed line in the
below quoted example?

\version "2.12.2"
{ \clef bass
 \override TextSpanner #'(bound-details left text) = "poco acc."
\time 5/8  es8 ( \< \startTextSpan  f fis \stopTextSpan
  \override TextSpanner #'(bound-details left text) = "rit."
  a-- \startTextSpan gis --   ) \stopTextSpan
}
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user