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