bug-lilypond
[Top][All Lists]
Advanced

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

Explicit fingering direction (^3) has no effect if Fingering #'direction


From: Reinhold Kainhofer
Subject: Explicit fingering direction (^3) has no effect if Fingering #'direction is set
Date: Sun, 4 Sep 2011 00:11:15 +0200
User-agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.0; i686; ; )

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

Cheers,
Reinhold

PS: For other grobs, like DynamicText or DynamicLineSpanner an explicit 
direction (^ or _) overrides the Grob's direction.
-- 
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

Attachment: fingering-direction-override.pdf
Description: Adobe PDF document

Attachment: fingering-direction-override.ly
Description: Text Data


reply via email to

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