]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/simple-lead-sheet.ly
003f9c229ac94567723d742905abd6b1dc9333b7
[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.16"
5
6 \header {
7   lsrtags = "chords"
8
9 %% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74
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 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
18  texidocde = "
19 Ein Liedblatt besteht aus Akkordbezeichnungen, einer Melodie und dem Liedtext:
20
21 "
22   doctitlede = "Ein einfaches Liedblatt"
23 %% Translation of GIT committish: 9594a4569164407a146bbc4aad8be3a60a4725cf
24   texidocfr = "
25 Assembler des noms d'accords, une mélodie et des paroles permet
26 d'obtenir la  partition d'un chanson :
27
28 "
29   doctitlefr = "Chanson simple"
30
31   texidoc = "
32 When put together, chord names, a melody, and lyrics form a lead sheet:
33
34 "
35   doctitle = "Simple lead sheet"
36 } % begin verbatim
37
38 <<
39   \chords { c2 g:sus4 f e }
40   \relative c'' {
41     a4 e c8 e r4
42     b2 c4( d)
43   }
44   \addlyrics { One day this shall be free __ }
45 >>
46