lilypond-user
[Top][All Lists]
Advanced

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

Re: fingering


From: Pierre Perol-Schneider
Subject: Re: fingering
Date: Mon, 6 May 2019 11:16:43 +0200

Hi Gianmaria,
I suppose you'll have to create/modify your own contect, say
'Fingerings, such as :

\version "2.21.0"
    myMusic = {a4 b c' d'}
    myFing = {s4-1 s-2 s-3 s-4}
    <<
      \new Staff \myMusic
       \new Dynamics \with { \consists Fingering_engraver } \myFing
    >>

See: 
http://lilypond.org/doc/v2.19/Documentation/notation/changing-context-default-settings.it.html
And: 
http://lilypond.org/doc/v2.19/Documentation/notation/defining-new-contexts.it.html

HTH,
Cheers,
Pierre

Le lun. 6 mai 2019 à 10:44, Gianmaria Lari <address@hidden> a écrit :
>
> I normally enter fingering instruction using the "note-digit" convention ( 
> http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions)
>  like this:
>
> \version "2.21.0"
> {a4-1 b-2 c'-3 d'-4}
>
>
> This way of proceeding it's in my opinion the easiest and less error prone 
> because you see clearly the note where the fingering is applied.
>
> But when I finished to enter the fingering, I would definitely prefer having 
> the fingering instruction separated by the music. Something like this (NB: it 
> does not work correctly but I hope the idea is clear):
>
> \version "2.21.0"
> myMusic = {a4 b c' d'}
> myFing = {s4-1 s-2 s-3 s-4}
> <<    \myMusic \myFing >>
>
>
> Now the question: Does exist any Frescobaldi snippet to make this operation, 
> that means: it takes the music with fingering and it copy the fingering and 
> the note in two different variable (or something similar)?
>
> The same would make sense also for dynamics.
>
> Thank you, g.
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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