]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/stem-and-beam-behavior-in-tablature.ly
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / snippets / 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 %% Translation of GIT committish: acbcbe3683d629575967b972b64ca5e1589bf330
9   texidoces = "
10 La dirección de las plicas se contola de la misma forma en la
11 tablatura que en la notación tradicional. Las barras se pueden
12 poner horizontales, como se muestra en este ejemplo.
13
14 "
15   doctitlees = "Comportamiento de las plicas y las barras de corchea en tablaturas"
16
17 %% Translation of GIT committish: cd4950757ab1ab6c89805b0b7c978bfca034f940
18
19   texidocfr = "
20 La direction des hampes se gère dans les tablatures tout comme en 
21 notation traditionnelle.  Les ligatures peuvent être mises à l'horizontale 
22 comme le montre cet exemple.
23
24 "
25   doctitlefr = "Hampes et ligatures en mode tablature"
26
27 %% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
28   texidocde = "
29 Die Richtung von Hälsen wird in Tabulaturen genauso wie in normaler Notation
30 eingestellt.  Balken können horizontal eingestellt werden, wie das Beispiel
31 zeigt.
32
33 "
34   doctitlede = "Hals- und Balkenverhalten in einer Tabulatur"
35
36   texidoc = "
37 The direction of stems is controlled the same way in tablature as in
38 traditional notation. Beams can be made horizontal, as shown in this
39 example.
40
41 "
42   doctitle = "Stem and beam behavior in tablature"
43 } % begin verbatim
44
45 \new TabStaff {
46   \relative c {
47     g16 b d g b d g b
48     \stemDown
49     \override Beam #'damping = #+inf.0
50     g,,16 b d g b d g b
51   }
52 }
53