]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/stem-and-beam-behavior-in-tablature.ly
Doc-es: pre-merge update of texidoc committishes.
[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.13.1"
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
16 %% Translation of GIT committish: cd4950757ab1ab6c89805b0b7c978bfca034f940
17
18   texidocfr = "
19 La direction des hampes se gère dans les tablatures tout comme en 
20 notation traditionnelle.  Les ligatures peuvent être mises à l'horizontale 
21 comme le montre cet exemple.
22
23 "
24   doctitlefr = "Hampes et ligatures en mode tablature"
25
26 %% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
27   texidocde = "
28 Die Richtung von Hälsen wird in Tabulaturen genauso wie in normaler Notation
29 eingestellt.  Balken können horizontal eingestellt werden, wie das Beispiel
30 zeigt.
31
32 "
33   doctitlede = "Hals- und Balkenverhalten in einer Tabulatur"
34
35   texidoc = "
36 The direction of stems is controlled the same way in tablature as in
37 traditional notation. Beams can be made horizontal, as shown in this
38 example.
39
40 "
41   doctitle = "Stem and beam behavior in tablature"
42 } % begin verbatim
43
44 \new TabStaff {
45   \relative c {
46     g16 b d g b d g b
47     \stemDown
48     \override Beam #'damping = #+inf.0
49     g,,16 b d g b d g b
50   }
51 }