lilypond-user
[Top][All Lists]
Advanced

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

Re: fingering position


From: David Kastrup
Subject: Re: fingering position
Date: Thu, 09 Aug 2018 23:14:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Gianmaria Lari <address@hidden> 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



reply via email to

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