]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/stem-and-beam-behavior-in-tablature.ly
LSR: Update.
[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.12.3"
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: 3f880f886831b8c72c9e944b3872458c30c6c839
17
18   texidocfr = "
19 La direction des hampes se gère dans les tablatures tout comme en 
20 notation traditionnelle.  Les ligatures peuvvent être mises à l'horizontale 
21 comme le montre cet exemple.
22
23 "
24   doctitlefr = "Hampes et ligatures en mode tablature"
25
26   texidoc = "
27 The direction of stems is controlled the same way in tablature as in
28 traditional notation. Beams can be made horizontal, as shown in this
29 example.
30
31 "
32   doctitle = "Stem and beam behavior in tablature"
33 } % begin verbatim
34
35 \new TabStaff {
36   \relative c {
37     g16 b d g b d g b
38     \stemDown
39     \override Beam #'damping = #+inf.0
40     g,,16 b d g b d g b
41   }
42 }
43