]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/simple-lead-sheet.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[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: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
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
24   texidoc = "
25 When put together, chord names, a melody, and lyrics form a lead sheet:
26
27 "
28   doctitle = "Simple lead sheet"
29 } % begin verbatim
30
31 <<
32   \chords { c2 g:sus4 f e }
33   \relative c'' {
34     a4 e c8 e r4
35     b2 c4( d)
36   }
37   \addlyrics { One day this shall be free __ }
38 >>
39