]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/guitar-strum-rhythms.ly
LSR: Update.
[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.11.62"
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   lsrtags = "rhythms,fretted-strings"
14   texidoc = "
15 For guitar music, it is possible to show strum rhythms, along
16 with melody notes, chord names, and fret diagrams.
17 "
18   doctitle = "Guitar strum rhythms"
19 } % begin verbatim
20
21 \include "predefined-guitar-fretboards.ly"
22 <<
23   \new ChordNames {
24     \chordmode {
25       c1 f g c
26     }
27   }
28
29   \new FretBoards {
30     \chordmode {
31       c1 f g c
32     }
33   }
34
35
36   \new Voice \with {
37     \consists Pitch_squash_engraver
38   } \relative c'' {
39     \improvisationOn
40     c4 c8 c c4 c8 c
41     f4 f8 f f4 f8 f
42     g4 g8 g g4 g8 g
43     c4 c8 c c4 c8 c
44   }
45
46
47   \new Voice = "melody" {
48     \relative c'' {
49       \improvisationOff
50       c2 e4 e4
51       f2. r4
52       g2. a4
53       e4 c2.
54     }
55   }
56
57   \new Lyrics {
58     \lyricsto "melody" {
59       This is my song.
60       I like to sing.
61     }
62   }
63 >>