]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/guitar-strum-rhythms.ly
Merge branch 'master' into nested-bookparts
[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
22 \include "predefined-guitar-fretboards.ly"
23 <<
24   \new ChordNames {
25     \chordmode {
26       c1 f g c
27     }
28   }
29
30   \new FretBoards {
31     \chordmode {
32       c1 f g c
33     }
34   }
35
36
37   \new Voice \with {
38     \consists Pitch_squash_engraver
39   } \relative c'' {
40     \improvisationOn
41     c4 c8 c c4 c8 c
42     f4 f8 f f4 f8 f
43     g4 g8 g g4 g8 g
44     c4 c8 c c4 c8 c
45   }
46
47
48   \new Voice = "melody" {
49     \relative c'' {
50       \improvisationOff
51       c2 e4 e4
52       f2. r4
53       g2. a4
54       e4 c2.
55     }
56   }
57
58   \new Lyrics {
59     \lyricsto "melody" {
60       This is my song.
61       I like to sing.
62     }
63   }
64 >>