%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. \version "2.16.0" \header { lsrtags = "fretted-strings, specific-notation" texidoc = " To add fingerings to tablatures, use a combination of @code{\\markup} and @code{\\finger}. " doctitle = "Adding fingerings to tablatures" } % begin verbatim one = \markup { \finger 1 } two = \markup { \finger 2 } threeTwo = \markup { \override #'(baseline-skip . 2) \column { \finger 3 \finger 2 } } threeFour = \markup { \override #'(baseline-skip . 2) \column { \finger 3 \finger 4 } } \score { \new TabStaff { \tabFullNotation \stemUp e8\4^\one b\2 ^>[ b\2 e\4] ^>^\threeTwo[ b\2 e\4] } }