lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [wishlist] enhancing text spanners


From: Wilbert Berendsen
Subject: Re: [wishlist] enhancing text spanners
Date: Tue, 25 May 2010 13:26:11 +0200
User-agent: KMail/1.13.2 (Linux/2.6.32-22-generic; KDE/4.4.2; i686; ; )

Op maandag 24 mei 2010 schreef Stemby:

> Hi,
> could you provide an option to syllabify the words like in this example?
> 
> http://img337.imageshack.us/img337/214/textspanner.png

It is already possible by abusing the DynamicTextSpanner:

\relative c' {
  \set crescendoSpanner = #'text
  \set crescendoText = "ri"
  c1\<
  \set crescendoText = "te"
  d\<
  \set crescendoText = "nu"
  e\<
  \set crescendoText = "to"
  \once \override Voice.DynamicTextSpanner #'dash-period = #-1
  f\<
  g1\!
}

I also use this for things like poco - - a - - poco - - cres - - cen - - do 
etc.


best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]