Gianmaria Lari <gianmarial...@gmail.com> writes:

> This code 
>
>  \version "2.19.82"
>  \fixed c' {  a8\3( b d'-5 c'\4 b a) r4}
>
> generate this
>
> image.png
>
> I don't like having some fingering above the slur (3) and some below it (5 & 
> 4). How
> can I change this?

\version "2.19.82"

\new Staff \with { \override Fingering.avoid-slur = #'outside
                   \override StringNumber.avoid-slur = #'outside
                 }
\fixed c' {a8\3( b d'-5 c'\4 b a) r4}

Which looks worse.

-- 
David Kastrup

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

Reply via email to