Re: problem with crescendo-text

2008-09-08 Thread Stefan Thomas
I found a solution! Not the best one, in my opinion, but at least it works: \version "2.11.49" pcresc = #(define-music-function (parser location x) (ly:music?) #{ \context Voice <<$x { \setTextCresc \override DynamicTextSpanner #'dash-period = #-1.0 s 1*0\p \< \setHairpinCr

Re: problem with crescendo-text

2008-09-08 Thread Stefan Thomas
Yes, I understand it is not possible in the way I tried. But the problem is: I have already defined a "\pcresc" command and I would like to change it once for the whole score, if possible. 2008/9/8 James E. Bailey <[EMAIL PROTECTED]> > > On 08.09.2008, at 13:46, Stefan Thomas wrote: > > Dear Jam

Re: problem with crescendo-text

2008-09-08 Thread James E. Bailey
On 08.09.2008, at 13:46, Stefan Thomas wrote: Dear James, Dear Kieren, thanks for Your help. I tried to create a variable, but it didn't work, unfortunately. I tried it with: pcresc = { \setTextCresc \override DynamicTextSpanner #'dash-period = #-1.0 \p \< } Is it possible to do somethi

Re: problem with crescendo-text

2008-09-08 Thread James E. Bailey
On 08.09.2008, at 13:46, Stefan Thomas wrote: Dear James, Dear Kieren, thanks for Your help. I tried to create a variable, but it didn't work, unfortunately. I tried it with: pcresc = { \setTextCresc \override DynamicTextSpanner #'dash-period = #-1.0 \p \< } Is it possible to do somethin

Re: problem with crescendo-text

2008-09-08 Thread Stefan Thomas
Dear James, Dear Kieren, thanks for Your help. I tried to create a variable, but it didn't work, unfortunately. I tried it with: pcresc = { \setTextCresc \override DynamicTextSpanner #'dash-period = #-1.0 \p \< } Is it possible to do something like this? 2008/9/8 James E. Bailey <[EMAIL PROTECTE

Re: problem with crescendo-text

2008-09-08 Thread James E. Bailey
Then you need \setTextCresc. You may want to download the documentation for version 2.11.49. http://download.linuxaudio.org/lilypond/binaries/documentation/lilypond-2.11.49-1.documentation.tar.bz2 Am 08.09.2008 um 08:59 schrieb Stefan Thomas: Dear Kieren, thanks for Your advice. But what can I

Re: problem with crescendo-text

2008-09-07 Thread Stefan Thomas
Dear Kieren, thanks for Your advice. But what can I do with my version of the program? 2008/9/7 Kieren MacMillan <[EMAIL PROTECTED]> > Hi Stefan, > > in the below quoted example I can't see the "crescendo" >> and I don't know why. Does someone know a solution? >> > > At least with version 2.11.5

Re: problem with crescendo-text

2008-09-07 Thread Kieren MacMillan
Hi Stefan, in the below quoted example I can't see the "crescendo" and I don't know why. Does someone know a solution? At least with version 2.11.57, you need to use the following: \version "2.11.57" { \crescTextCresc \override DynamicTextSpanner #'dash-period = #1.0 a

problem with crescendo-text

2008-09-07 Thread Stefan Thomas
Dear Lilypond-users, in the below quoted example I can't see the "crescendo" and I don't know why. Does someone know a solution? \version "2.11.49" { \set crescendoSpanner = #'text \override DynamicTextSpanner #'dash-period = #-1.0 a'2\< a a a\mf }