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
> 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
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
> 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
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
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
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
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.
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
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
Thank you that works. So the next question is how to control font
size and color.
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
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
}
}
13 matches
Mail list logo