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
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
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
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
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
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
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
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
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 }