bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1764 in lilypond: \displayLilyMusic causes error with \addFing


From: Neil Puttock
Subject: Re: Issue 1764 in lilypond: \displayLilyMusic causes error with \addFingering from LSR 768
Date: Fri, 15 Jul 2011 23:09:49 +0100

On 14 July 2011 22:25, -Eluze <address@hidden> wrote:

> there is another question (may be i should start a new post for that?):
>
>  { < b - \tweak #'direction #-1 -5 > }
>
> does not have any effect: the fingering is still above the note?! what am i
> missing?

It works like this:

1) New_fingering_engraver creates a Fingering grob;

2) Tweak_engraver sees the Fingering and applies the 'direction tweak;

3) New_fingering_engraver waits until the end of the current timestep
before deciding where to put fingerings based on fingeringOrientations
and sets 'direction accordingly, thus overwriting the \tweak.

You can use explicit directions inside chords though, so it's not
really a problem:

{ <b_5> }

Cheers,
Neil



reply via email to

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