Re: Fingering position inside chords

2017-09-19 Thread Marco Bianchi

Thomas amazing example, this language is so deep and fascinating.
Thanks to everybody for the help

Marco

On 19/09/2017 22:51, Thomas Morley wrote:

2017-09-19 22:47 GMT+02:00 David Kastrup :

Thomas Morley  writes:


I tried to get something helpful from FingeringColumn, but I didn't
found any useful pointers apart from the ones grob-interface delivers.
Is it really not possible to get Fingering from FingeringColumn directly ??
(one could catch the PaperColumn and then filter for Fingerings, but
this sounds clumsy...)

Also, fingeringOrientations set left, not only prints Fingering at the
left, but also left-aligned, where I'd prefer them to be center-align.

Oh?  I'd want them right-aligned when they are to the left.


A matter of taste, I'd say. Though we don't have any (sub-)property
which could be used.
Play around with the Fingering-override above ...

Cheers,
   Harm


--
Marco Bianchi


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


Re: Fingering position inside chords

2017-09-19 Thread Marco Bianchi

David this is great!
Thank you

On 19/09/2017 21:51, David Kastrup wrote:

Marco Bianchi  writes:


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)  4 }
   >>
}

You could use something like



It's not particularly great, I'll readily admit.  But at least you can
do something.



--
Marco Bianchi

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


Re: Fingering position inside chords

2017-09-19 Thread Marco Bianchi

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:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] 
On Behalf Of Marco Bianchi
Sent: Tuesday, September 19, 2017 1:39 AM
To: lilypond-user@gnu.org
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)  4 }
   >>
}





--
Marco Bianchi


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


Fingering position inside chords

2017-09-19 Thread Marco Bianchi

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)  gs-3>4 }

  >>
}

--
Marco Bianchi

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