bug-lilypond
[Top][All Lists]
Advanced

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

Re: Feature Request: Support for fingering position override on single p


From: David Kastrup
Subject: Re: Feature Request: Support for fingering position override on single polyphonic notes
Date: Sun, 10 Feb 2013 09:09:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Javier Ruiz-Alma <address@hidden> writes:

> Lilypond ignores fingering position command for single notes on polyphonic
> music, while allowing the desired behaviour when chord notation is used.
> Report from 2004:
> http://lists.gnu.org/archive/html/lilypond-user/2004-08/msg00300.html
>
> \version "2.16.1"
> {
>   % fingering position command ignored on single polyphonic notes
>   % yet works with chord notation
>   << {s2} \\ { c''^5 <c''^5> }>>
> }
>
> This limitation makes for a lot of extra typing and yields difficult
> to read/maintain lilypond code when typesetting fingered polyphonic
> scores.

Fingering is not ignored, if you take a look at the following:

\version "2.16.1"
{
  << {s2} \\ { c''^5 <c''^5> }>>
  << {s2} \\ { c''_5 <c''_5> }>>
  << {s2} \\ { c''-5 <c''-5> }>>
  c''^5 <c''^5>
  c''_5 <c''_5>
  c''-5 <c''-5>
}

You can see that it is heeded when in \oneVoice mode (the last thre
groups).  It would just appear that the Fingering_engraver (responsible
for fingerings on whole chords and single notes) and the
New_fingering_engraver (responsible for fingerings on notes within
chords) have different priorities regarding heeding the general voice
direction over individual directions.

Should an explicit direction always take precedence?

-- 
David Kastrup




reply via email to

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