I am trying to add left hand fingerings to the Tablature without affecting
the staff. Here is a sample code:
====================================
\version "2.19.15"
one = \markup { \finger 1 }
two = \markup { \finger 2 }
three = \markup { \finger 3 }
four = \markup { \finger 4 }
myMusic = \relative c'' {
c ^\one c d ^\three g ^\three
}
\score {
<<
\new Staff {
\myMusic
}
\new TabStaff {
\tabFullNotation
\transpose c'' c' \myMusic }
>>
}
=====================================
It does show the left hand fingerings on both the staff and the Tablature
[image: Inline image 1]
Is there a way to suppress the fingerings on the staff and have it show up
only in the Tablature?
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user