lilypond-user
[Top][All Lists]
Advanced

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

Re: help with moving dynamic marks needed


From: Xavier Scheuer
Subject: Re: help with moving dynamic marks needed
Date: Mon, 18 Oct 2010 20:59:07 +0200

On 18 October 2010 20:53, Vicente Solsona <address@hidden> wrote:
>
> Janek, note that this line in your code raises an error:
>
>> fis4 d4 d'4-> \tweak #'extra-offset #'( 2 . 4) ^\f d4->
>
> extra-offset does not affect spacing and can't be "tweaked" afaik (you'd
> have to \override it to work); in your case, you have to tweak X-offset and
> Y-offset, which actually do affect spacing:
>
> fis4 d4 d'4->-\tweak #'X-offset #-2.7 -\tweak #'Y-offset #2.5 ^\f d4-> |

No, you can perfectly "tweak" 'extra-offset .
The error was that one _need_ a dash before the tweak command (always).

  fis4 d4 d'4-> -\tweak #'extra-offset #'( 2 . 4) ^\f d4->

works perfectly.  But for the intended result 'X-offset and 'Y-offset
tweaks are better.

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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