Revised autobeam settings patch and ran makelsr.py
[lilypond/mpolesky.git] / Documentation / snippets / letter-tablature-formatting.ly
blob974b5c79b415d45f1540e9a4ba918400db061267
1 % Do not edit this file; it is automatically
2 % generated from Documentation/snippets/new
3 % This file is in the public domain.
4 %% Note: this file works from version 2.13.10
5 \version "2.13.29"
7 \header {
8 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
9 texidoces = "
10 La tablatura se puede formatear utilizando letras en lugar de nĂºmeros.
14 doctitlees = "Formateado de tablaturas con letras"
16 lsrtags = "staff-notation, fretted-strings"
18 texidoc = "
19 Tablature can be formatted using letters instead of numbers.
22 doctitle = "Letter tablature formatting"
23 } % begin verbatim
26 music = \relative c {
27 c4 d e f
28 g4 a b c
29 d4 e f g
33 \new Staff {
34 \clef "G_8"
35 \music
37 \new TabStaff \with {
38 tablatureFormat = #fret-letter-tablature-format
41 \music