]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/polyphony-in-tablature.ly
06ecab5a225356026838e909ec5a1395d6fec897
[lilypond.git] / input / lsr / polyphony-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 polifonía se crea de la misma forma en un @code{TabStaff} que
11 en una pauta normal.
12
13 "
14   doctitlees = "Polifonía en tablaturas"
15
16 %% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839
17
18   texidocfr = "
19 Une section polyphonique s'obtient dans un @code{TabStaff} de la
20 même manière que dans une portée normale.
21
22 "
23   doctitlefr = "Polyphonie en mode tablature"
24
25 %% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
26   texidocde = "
27 Polyphonie kann in einer Tabulatur (@code{TabStaff}) genauso wie in einem
28 normalen Notensystem erstellt werden.
29
30 "
31   doctitlede = "Polyphonie in einer Tabulatur"
32
33   texidoc = "
34 Polyphony is created the same way in a @code{TabStaff} as in a regular
35 staff.
36
37 "
38   doctitle = "Polyphony in tablature"
39 } % begin verbatim
40
41 upper = \relative c' {
42   \time 12/8
43   \key e \minor
44   \voiceOne
45   r4. r8 e, fis g16 b g e e' b c b a g fis e
46 }
47
48 lower = \relative c {
49   \key e \minor
50   \voiceTwo
51   r16 e d c b a g4 fis8 e fis g a b c
52 }
53
54 \score {
55   <<
56     \new StaffGroup = "tab with traditional" <<
57       \new Staff = "guitar traditional" <<
58         \clef "treble_8"
59         \context Voice = "upper" \upper
60         \context Voice = "lower" \lower
61       >>
62       \new TabStaff = "guitar tab" <<
63         \context TabVoice = "upper" \upper
64         \context TabVoice = "lower" \lower
65       >>
66     >>
67   >>
68 }
69