]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/guitar-strum-rhythms.ly
Add a hack to packed spacing to work around extra columns.
[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 %% 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
38   \new FretBoards {
39     \chordmode {
40       c1 f g c
41     }
42   }
43
44
45   \new Voice \with {
46     \consists Pitch_squash_engraver
47   } \relative c'' {
48     \improvisationOn
49     c4 c8 c c4 c8 c
50     f4 f8 f f4 f8 f
51     g4 g8 g g4 g8 g
52     c4 c8 c c4 c8 c
53   }
54
55
56   \new Voice = "melody" {
57     \relative c'' {
58       \improvisationOff
59       c2 e4 e4
60       f2. r4
61       g2. a4
62       e4 c2.
63     }
64   }
65
66   \new Lyrics {
67     \lyricsto "melody" {
68       This is my song.
69       I like to sing.
70     }
71   }
72 >>