Adding fingerings to tablatures: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
To add fingerings to tablatures, use a combination of <code>\markup</code> and <code>\finger</code>. | To add fingerings to tablatures, use a combination of <code>\markup</code> and <code>\finger</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
one = \markup { \finger 1 } | one = \markup { \finger 1 } | ||
two = \markup { \finger 2 } | two = \markup { \finger 2 } | ||
| Line 9: | Line 9: | ||
\finger 3 | \finger 3 | ||
\finger 2 | \finger 2 | ||
} | } | ||
} | } | ||
| Line 32: | Line 25: | ||
[[Category:Specific notation]] | [[Category:Specific notation]] | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Snippet]] | |||