On 10/24/21, 10:33 AM, "lilypond-user on behalf of Knute Snortum"
<[email protected] on behalf of
[email protected]> wrote:
On Sun, Oct 24, 2021 at 8:46 AM Mark Stephen Mrotek
<[email protected]> wrote:
>
> Knute,
>
> Some instructions are here
>
https://lilypond.org/doc/v2.22/Documentation/notation/inside-the-staff#fingering-instructions
> although it refers mainly to stringed instrument.
Thank you Mark. So no need for a new section, but maybe some new
suggestions. I'll work on it.
I think this should be a snippet, rather than text in a section. Rather than
telling, just show (and one can show three different methods in one snippet).
The snippet could be as simple as:
\version "2.21"
\header {
lsrtags = "keyboards, fingering"
texidoc = "
Finger substitutions can be created using a markup for \finger.
"
doctitle = "Keyboard finger substitutions"
}
{
c''4\finger "1-3" a'\finger \markup \tied-lyric #" 1~3 " f'\finger \markup
\overtie #"1 3" d'
}
HTH,
Carl