Reinhold Kainhofer wrote:
> 
> 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.
> 
> 
using 

\set fingeringOrientations = #'(…) 

to set directions you can override its behavior ad hoc (with _ or ^)! 

cheers
Eluze
-- 
View this message in context: 
http://old.nabble.com/Explicit-fingering-direction-%28%5E3%29-has-no-effect-if-Fingering--%27direction-is-set-tp32393852p32394705.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to