bug-lilypond
[Top][All Lists]
Advanced

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

Re: fingeringOrientations and StringNumber.direction broken?


From: David Kastrup
Subject: Re: fingeringOrientations and StringNumber.direction broken?
Date: Mon, 22 Aug 2016 21:33:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Malte Meyn <address@hidden> writes:

> Hi list,
>
> I think I found one or two bugs or at least a *very* confusing
> inconsistency:
>
> \overriding StringNumber.direction and \setting fingeringOrientations
> seem to have no effect but
>
> \overriding Fingering.direction and \setting stringNumberOrientations
> have an effect.
>
> IMO the output should be the same for the second, third, and fourth note.
>
> \version "2.19.46"
>
> {
>   % Everything ok:
>   g'\1-2
>
>   % This looks broken to me:
>   \once \override StringNumber.direction = #DOWN
>   \once \override Fingering.direction = #DOWN
>   g'\1-2
>
>   \once \set stringNumberOrientations = #'(DOWN)
>   % This looks broken to me:
>   \once \set fingeringOrientations = #'(DOWN)
>   g'\1-2
>
>   % Everything ok:
>   g'_\1_2
> }

String numbers are _always_ typeset by the New_fingering_engraver.
Fingerings are typeset by the New_fingering_engraver _only_ when inside
of a chord.  Otherwise they are typeset by the Fingering_engraver which
does not work with orientations.

-- 
David Kastrup



reply via email to

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