]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/simple-lead-sheet.ly
5cdf0541564f8891c9b8e9540cb4b7605f9d3118
[lilypond.git] / Documentation / snippets / simple-lead-sheet.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.39"
5
6 \header {
7   lsrtags = "chords"
8
9 %% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94
10   texidoces = "
11 Al juntar nombres de acorde en cifrado americano, melodía y letra,
12 obtenemos una hoja guía de acordes o «lead sheet»:
13
14 "
15   doctitlees = "Hoja guía de acordes o «lead sheet» sencilla"
16
17
18 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
19  texidocde = "
20 Ein Liedblatt besteht aus Akkordbezeichnungen, einer Melodie und dem Liedtext:
21
22 "
23   doctitlede = "Ein einfaches Liedblatt"
24
25 %% Translation of GIT committish: 9594a4569164407a146bbc4aad8be3a60a4725cf
26   texidocfr = "
27 Assembler des noms d'accords, une mélodie et des paroles permet
28 d'obtenir la  partition d'un chanson :
29
30 "
31   doctitlefr = "Chanson simple"
32
33   texidoc = "
34 When put together, chord names, a melody, and lyrics form a lead sheet:
35
36 "
37   doctitle = "Simple lead sheet"
38 } % begin verbatim
39
40 <<
41   \chords { c2 g:sus4 f e }
42   \relative c'' {
43     a4 e c8 e r4
44     b2 c4( d)
45   }
46   \addlyrics { One day this shall be free __ }
47 >>
48