]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/simple-lead-sheet.ly
Doc: update snippet committishes.
[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.10"
5
6 \header {
7   lsrtags = "chords"
8
9 %% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
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: d96023d8792c8af202c7cb8508010c0d3648899d
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: 54687441dde2fe248e20989bd265a274583413a8
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