Next: Strings, Previous: Percussion, Up: Top
adding-fingerings-to-tablatures.ly
To add fingerings to tablatures, you can use a combination of
\markup
and \finger
.
one = \markup{ \finger "1" } two = \markup{ \finger "2" } threetwo = \markup{ \column {\finger "3" \finger "2"} } threefour = \markup{ \column {\finger "3" \finger "4"} } \score { \context TabStaff { \stemUp e8\4^\one b\2 < e, g\3 e'\1 >^>[ b\2 e\4] < a\3 fis'\1 >^>^\threetwo[ b\2 e\4] } }
Jazz tune for combo (horns, guitar, piano, bass, drums).
letter-tablature-formatting.ly
You can format a tablature with letters instead of numbers - so that 0->a, 1->b, 2->c, etc.
BROKEN IN 2.11, COMMENTED OUT.
%% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. \version "2.11.38" \header { doctitle = "Letter tablature formatting" lsrtags = "guitar" texidoc = " You can format a tablature with letters instead of numbers - so that 0->a, 1->b, 2->c, etc. BROKEN IN 2.11, COMMENTED OUT." } { c'4 }
Next: Strings, Previous: Percussion, Up: Top
This page is for LilyPond-2.11.40 (development-branch).
Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Your suggestions for the documentation are welcome.