lilypond-user
[Top][All Lists]
Advanced

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

RE: Fingering position inside chords


From: Mark Stephen Mrotek
Subject: RE: Fingering position inside chords
Date: Tue, 19 Sep 2017 13:47:51 -0700

Very welcome Marco,

Look at this
  \set fingeringOrientations = #'(down right up)
  <c-1 e-3 a-5>4
The 1 shall be below the c
The 3 to the right of the e
The 5 above the chord

The individual directions in the #'(       ) determine where each fingering is 
placed.

Good?
Mark

-----Original Message-----
From: Marco Bianchi [mailto:address@hidden 
Sent: Tuesday, September 19, 2017 12:39 PM
To: Mark Stephen Mrotek <address@hidden>; address@hidden
Subject: Re: Fingering position inside chords

Thank you Mark,
I've studied that part but I still don't understand how can I move only the "3" 
to the left when it is inside a chord.
I need to choose independently the position of the fingers for every note of 
the chord.
Can you show me the code?

Thank you very much,
Marco

On 19/09/2017 20:09, Mark Stephen Mrotek wrote:
> Marco,
>
>   
>
> Have a look at
>
> http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#
> fingering-instructions
>
>   
>
> Mark
>
>   
>
> From: lilypond-user 
> [mailto:address@hidden On Behalf 
> Of Marco Bianchi
> Sent: Tuesday, September 19, 2017 1:39 AM
> To: address@hidden
> Subject: Fingering position inside chords
>
>   
>
> Hi,
> I'm trying to have all the fingerings aligned to the left as in the picture.
> Is there a way to move independently every single fingering inside the chord?
> My workaround (see the code) it's not perfect and uses an hidden note in a 
> second voice.
>
> Thank you very much,
> have a nice day.
> Marco
>
>
> \version "2.19.65"
> \language "english"
>
> \relative c {
>    \clef "treble_8"
>    \time 3/8
>    \key a \major
>    <<
>      { \hideNotes \once \override Fingering.extra-offset = #'(-4.2 . -1.4) 
> gs''8-3 }
>      \\
>      { \set fingeringOrientations = #'(left) <bs,-4 ds-2 gs> <bs-4 ds-2 
> gs-3>4 }
>    >>
> }
>
>
>

--
Marco Bianchi




reply via email to

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