]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/simple-lead-sheet.ly
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / snippets / simple-lead-sheet.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "chords"
7
8 %% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
9   texidoces = "
10 Al juntar nombres de acorde en cifrado americano, melodía y letra,
11 obtenemos una hoja guía de acordes o «lead sheet»:
12
13 "
14   doctitlees = "Hoja guía de acordes o «lead sheet» sencilla"
15
16 %% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
17  texidocde = "
18 Ein Liedblatt besteht aus Akkordbezeichnungen, einer Melodie und dem Liedtext:
19
20 "
21   doctitlede = "Ein einfaches Liedblatt"
22
23   texidoc = "
24 When put together, chord names, a melody, and lyrics form a lead sheet:
25
26 "
27   doctitle = "Simple lead sheet"
28 } % begin verbatim
29
30 <<
31   \chords { c2 g:sus4 f e }
32   \relative c'' {
33     a4 e c8 e r4
34     b2 c4( d)
35   }
36   \addlyrics { One day this shall be free __ }
37 >>
38