Re: tabstaff and finger notation

2025-01-25 Thread Knute Snortum
On Fri, Jan 24, 2025 at 11:17 PM Werner LEMBERG wrote: > > > For example in the case of this thread where I hadn't come across or > > noticed the keyword StrokeFinger I will have a line something like > > below - just enough to remind me of related keywords to search for: > > In case you are usin

Re: tabstaff and finger notation

2025-01-24 Thread Werner LEMBERG
> For example in the case of this thread where I hadn't come across or > noticed the keyword StrokeFinger I will have a line something like > below - just enough to remind me of related keywords to search for: In case you are using the current development version you probably might enjoy our 'vi

Re: tabstaff and finger notation

2025-01-24 Thread Walt North
Thank you for asking. I don't know that it is a matter of adding index entries. They are fairly complete as is. And the documentation is fairly complete. It's more a matter of finding the right word search for a given need. For my own personal needs usually a straightforward score does the jo

Re: tabstaff and finger notation

2025-01-23 Thread Werner LEMBERG
> StrokeFinger was the key piece I was not finding. Sometimes in > lilypond documentation it's a matter of finding the right keyword to > search for. What entries do you suggest to be added to the index? Werner

Re: tabstaff and finger notation

2025-01-23 Thread Walt North
Aha.  Thanks. StrokeFinger was the key piece I was not finding.  Sometimes in lilypond documentation it's a matter of finding the right keyword to search for. Walt On 1/23/2025 1:06 PM, Timothy Lanfear wrote: On 23/01/2025 15:48, Walt North wrote: Well, its a bit cumbersome but I was able

Re: tabstaff and finger notation

2025-01-23 Thread Timothy Lanfear
On 23/01/2025 15:48, Walt North wrote: Well, its a bit cumbersome but I was able to get this to work with markup... Maybe I could put this in a function.  see code and screen shot. If you would like the same formatting for figuring in TabVoice and Voice, you could do this. There's no need

Re: tabstaff and finger notation

2025-01-23 Thread Walt North
Well, its a bit cumbersome but I was able to get this to work with markup... Maybe I could put this in a function.  see code and screen shot. Walt \version "2.25.22" #(define RH rightHandFinger) \layout {   \context {     \TabStaff     \tabFullNotation     \revert TextScript.stencil     \o

Re: tabstaff and finger notation

2025-01-23 Thread Timothy Lanfear
On 23/01/2025 15:33, Walt North wrote: Thanks. That works for the left hand fingering but not the right hand. Add overrides for StrokeFinger \override StrokeFinger.color = \override StrokeFinger.font-size = -- Timothy Lanfear, Bristol, UK.

Re: tabstaff and finger notation

2025-01-23 Thread Walt North
Thanks.  That works for the left hand fingering but not the right hand. On 1/23/2025 1:24 AM, Timothy Lanfear wrote: \override Fingering.color = #red     \override Fingering.font-size = #-10

Re: tabstaff and finger notation

2025-01-23 Thread Timothy Lanfear
On 22/01/2025 22:01, Walt North wrote: Thank you that works. So the next question is how to control font size and color. \layout {   \context {     \TabStaff     \tabFullNotation     \revert TextScript.stencil   }   \context {     \TabVoice     \remove "Script_column_engraver"     \consists "N

Re: tabstaff and finger notation

2025-01-22 Thread Walt North
    Thank you that works. So the next question is how to control font size and color.

Re: tabstaff and finger notation

2025-01-22 Thread Timothy Lanfear
On 21/01/2025 20:00, Walt North wrote: Is there any way to get TabStaff to show the same type of finger notation as Staff? Or do I need to do it with text as in the second measure below? This \layout may get what you would like. (I really don't know anything about how Tab notation should lo

tabstaff and finger notation

2025-01-21 Thread Walt North
Is there any way to get TabStaff to show the same type of finger notation as Staff? Or do I need to do it with text as in the second measure below? \version "2.25.22" #(define RH rightHandFinger) \layout {   \context {     \TabStaff     \tabFullNotation     \revert TextScript.stencil   } }