Thank you Eluze.

This give me a lot to chew on. There are a lot of features of tabulature that I hope to be find in Lilypond. I have been at a transcription here for about 5 days. I am getting close to seeing it finished. But the devil is in the details.

R

On 06/11/2013 05:14 PM, Eluze wrote:
hi Rachael

I'm not sure what you're after - the png doesn't seem related to right hand
fingering (maybe c' is just a TextScript or a \markup?)

of course you can place a right hand indication lower or higher

\layout {
   \context {
     \TabStaff
     \tabFullNotation
   }
   \context {
     \TabVoice
     \consists New_fingering_engraver
     \override StrokeFinger.side-axis = #0
     \override StrokeFinger.X-offset =
#ly:side-position-interface::x-aligned-side
     \override StrokeFinger.Y-offset = #.75 % or -.75 to place it lower
   }
}

or just use a \tweak to place them individually:

\new TabVoice {
   \set strokeFingerOrientations = #'(left)
   c  - \tweak Y-offset #-.75 \RH #1 ^\markup "c '"
}


Rachael Thomas Carlson wrote
Hello:

I would like to place the stroke finger between the lines in tablature
not on one of the lines as is currently the case.  Here is an example of
what I do not want

\version "2.14.2"
\score {
     \new TabVoice {
       \set strokeFingerOrientations = #'(left)
       <c-\rightHandFinger #1 >8
     }
}
\layout {
     \context {
       \TabVoice \consists "New_fingering_engraver"
     }
}

Attached is something similar to what I am looking for.  The picture
depicts a pinky finger plucking on the 1st string.  The 'c' is not
written on the tab line but above it.  I cannot figure out how to gain
control of the placement of these annotations.





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/stroke-finger-placement-within-tablature-tp146924p146976.html
Sent from the User mailing list archive at Nabble.com.

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


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

Reply via email to