lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Left Hand Fingerings on Guitar Tab


From: Jay Vara
Subject: Left Hand Fingerings on Guitar Tab
Date: Wed, 6 Apr 2016 20:20:49 +0100

I am trying to add left hand fingerings to the Tablature without affecting the staff. Here is a sample code:
====================================
\version "2.19.15"

{ \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 

Inline image 1

Is there a way to suppress the fingerings on the staff and have it show up only in the Tablature?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]