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