[ << Fretted strings ] | [Top][Contents] | [ Unfretted strings >> ] |
[ < Let TabStaff print the topmost string at bottom ] | [ Up : Fretted strings ] | [ Referencia para armónicos sobre cuerdas al aire > ] |
Formateado de tablaturas con letras
La tablatura se puede formatear utilizando letras en lugar de números.
music = \relative c { c4 d e f g4 a b c d4 e f g } << \new Staff { \clef "G_8" \music } \new TabStaff \with { tablatureFormat = #fret-letter-tablature-format } { \music } >>