]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/stem-and-beam-behavior-in-tablature.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / stem-and-beam-behavior-in-tablature.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.62"
4
5 \header {
6   lsrtags = "fretted-strings"
7
8   texidoces = "
9 La dirección de las plicas se contola de la misma forma en la
10 tablatura que en la notación tradicional. Las barras se pueden
11 poner horizontales, como se muestra en este ejemplo.
12
13 "
14   doctitlees = "Comportamiento de las plicas y las barras de corchea en tablaturas"
15   texidoc = "
16 The direction of stems is controlled the same way in tablature as in
17 traditional notation. Beams can be made horizontal, as shown in this
18 example.
19
20 "
21   doctitle = "Stem and beam behavior in tablature"
22 } % begin verbatim
23
24 \new TabStaff {
25   \relative c {
26     g16 b d g b d g b
27     \stemDown
28     \override Beam #'damping = #+inf.0
29     g,,16 b d g b d g b
30   }
31 }