bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1863 in lilypond: Explicit fingering direction (^3) has no effect


From: lilypond
Subject: Issue 1863 in lilypond: Explicit fingering direction (^3) has no effect if Fingering#'direction is set
Date: Sun, 04 Sep 2011 10:10:02 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 1863 by address@hidden: Explicit fingering direction (^3) has no effect if Fingering#'direction is set
http://code.google.com/p/lilypond/issues/detail?id=1863

From Reinhold:

If the Fingering grob has an explicit direction set, it is NOT possible to override it with an explicit direction in the input:

    \override Fingering #'direction = #DOWN
    c'4-3 c'4^3 c'4_3 c'4-3 |

In this example, all fingerings will be below the staff, but the second one should still be above, since ^ is explicitly given. Full example is attached.

The only way to override is with an explicit
    \once\override Fingering #'direction = #UP

For other grobs, like DynamicText or DynamicLineSpanner an explicit
direction (^ or _) overrides the Grob's direction.


Eluze remarked:

\set fingeringOrientations = #'(…) still works, but Reinhold pointed out:

Unfortunately, \voiceOne sets the 'direction, so inside \voiceOne you CANNOT override the behaviour with ^ or _. That's how I found that problem.





Attachments:
        fingering-direction-override.png  6.6 KB


reply via email to

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