]> 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 LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.12.3"
4
5 \header {
6   lsrtags = "rhythms, fretted-strings"
7
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   doctitldee = "Schlagrhythmus für Guitarren"
22
23   texidoc = "
24 For guitar music, it is possible to show strum rhythms, along with
25 melody notes, chord names and fret diagrams.
26
27 "
28   doctitle = "Guitar strum rhythms"
29 } % begin verbatim
30
31 \include "predefined-guitar-fretboards.ly"
32 <<
33   \new ChordNames {
34     \chordmode {
35       c1 f g c
36     }
37   }
38   \new FretBoards {
39     \chordmode {
40       c1 f g c
41     }
42   }
43   \new Voice \with {
44     \consists "Pitch_squash_engraver"
45   } {
46     \relative c'' {
47       \improvisationOn
48       c4 c8 c c4 c8 c
49       f4 f8 f f4 f8 f
50       g4 g8 g g4 g8 g
51       c4 c8 c c4 c8 c
52     }
53   }
54   \new Voice = "melody" {
55     \relative c'' {
56       c2 e4 e4
57       f2. r4
58       g2. a4
59       e4 c2.
60     }
61   }
62   \new Lyrics {
63     \lyricsto "melody" {
64       This is my song.
65       I like to sing.
66     }
67   }
68 >>