]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/guitar-strum-rhythms.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / guitar-strum-rhythms.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 %% Note: this file works from version 2.12.0
4 \version "2.12.0"
5
6 \header {
7 %% Translation of GIT committish: 740b9a6c16eb30a84b216d23aeb848aa1b632be6
8   texidoces = "
9 Para la música de guitarra, es posible mostrar los ritmos de rasgueo,
10 además de las notas de la melodía, acordes y diagramas de posiciones.
11
12 "
13   doctitlees = "Ritmos rasgueados de guitarra"
14
15 %% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
16   texidocde = "
17 In Guitarrennotation kann neben Melodie, Akkordbezeichnungen und
18 Bunddiagrammen auch der Schlagrhythmus angegeben werden.
19
20 "
21   doctitlede = "Schlagrhythmus für Guitarren"
22
23
24 %% Translation of GIT committish: fa7695ea860d7ab2db86581dd5f8bc4f413f6705
25   texidocfr = "
26 En matière de notation pour guitare, il arrive que soient indiqués les
27 @qq{coups de gratte} en plus de la mélodie, grilles d'accords et
28 diagrammes de tablature.
29
30 "
31   doctitlede = "Rythmique et guitare"
32
33   lsrtags = "rhythms,fretted-strings"
34   texidoc = "
35 For guitar music, it is possible to show strum rhythms, along
36 with melody notes, chord names, and fret diagrams.
37 "
38   doctitle = "Guitar strum rhythms"
39 } % begin verbatim
40
41
42 \include "predefined-guitar-fretboards.ly"
43 <<
44   \new ChordNames {
45     \chordmode {
46       c1 f g c
47     }
48   }
49   \new FretBoards {
50     \chordmode {
51       c1 f g c
52     }
53   }
54   \new Voice \with {
55     \consists "Pitch_squash_engraver"
56   } {
57     \relative c'' {
58       \improvisationOn
59       c4 c8 c c4 c8 c
60       f4 f8 f f4 f8 f
61       g4 g8 g g4 g8 g
62       c4 c8 c c4 c8 c
63     }
64   }
65   \new Voice = "melody" {
66     \relative c'' {
67       c2 e4 e4
68       f2. r4
69       g2. a4
70       e4 c2.
71     }
72   }
73   \new Lyrics {
74     \lyricsto "melody" {
75       This is my song.
76       I like to sing.
77     }
78   }
79 >>