]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/simple-lead-sheet.ly
Docs: add snippet to illustrate use of whiteout
[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 %% Translation of GIT committish: 
8   texidocfr = "
9 Pour obtenir la partition d'un chanson, il suffit d'assembler
10 des noms d'accords, une mélodie et des paroles :
11
12 "
13   doctitlefr = "Chanson simple"
14
15   lsrtags = "chords"
16
17 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
18   texidoces = "
19 Al juntar nombres de acorde en cifrado americano, melodía y letra,
20 obtenemos una hoja guía de acordes o «lead sheet»:
21
22 "
23   doctitlees = "Hoja guía de acordes o «lead sheet» sencilla"
24
25 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
26  texidocde = "
27 Ein Liedblatt besteht aus Akkordbezeichnungen, einer Melodie und dem Liedtext:
28
29 "
30   doctitlede = "Ein einfaches Liedblatt"
31
32   texidoc = "
33 When put together, chord names, a melody, and lyrics form a lead sheet:
34
35 "
36   doctitle = "Simple lead sheet"
37 } % begin verbatim
38
39 <<
40   \chords { c2 g:sus4 f e }
41   \relative c'' {
42     a4 e c8 e r4
43     b2 c4( d)
44   }
45   \addlyrics { One day this shall be free __ }
46 >>
47