On 18 October 2010 20:53, Vicente Solsona <[email protected]> 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 <[email protected]>

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to