Adding fingerings to tablatures: Difference between revisions
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| 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 } | ||