]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/guitar-strum-rhythms.ly
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[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 \version "2.12.0"
4
5 \header {
6   texidoces = "
7 Para la música de guitarra, es posible mostrar los ritmos de rasgueo,
8 además de las notas de la melodía, acordes y diagramas de posiciones.
9
10 "
11   doctitlees = "Ritmos rasgueados de guitarra"
12
13 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
14   texidocde = "
15 In Guitarrennotation kann neben Melodie, Akkordbezeichnungen und
16 Bunddiagrammen auch der Schlagrhythmus angegeben werden.
17
18 "
19   doctitldee = "Schlagrhythmus für Guitarren"
20
21   lsrtags = "rhythms,fretted-strings"
22   texidoc = "
23 For guitar music, it is possible to show strum rhythms, along
24 with melody notes, chord names, and fret diagrams.
25 "
26   doctitle = "Guitar strum rhythms"
27 } % begin verbatim
28
29
30 \include "predefined-guitar-fretboards.ly"
31 <<
32   \new ChordNames {
33     \chordmode {
34       c1 f g c
35     }
36   }
37   \new FretBoards {
38     \chordmode {
39       c1 f g c
40     }
41   }
42   \new Voice \with {
43     \consists "Pitch_squash_engraver"
44   } {
45     \relative c'' {
46       \improvisationOn
47       c4 c8 c c4 c8 c
48       f4 f8 f f4 f8 f
49       g4 g8 g g4 g8 g
50       c4 c8 c c4 c8 c
51     }
52   }
53   \new Voice = "melody" {
54     \relative c'' {
55       c2 e4 e4
56       f2. r4
57       g2. a4
58       e4 c2.
59     }
60   }
61   \new Lyrics {
62     \lyricsto "melody" {
63       This is my song.
64       I like to sing.
65     }
66   }
67 >>