]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/simple-lead-sheet.ly
Web-it: replace "open source" with "software libero"
[lilypond.git] / Documentation / snippets / simple-lead-sheet.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.2"
8
9 \header {
10   lsrtags = "chords"
11
12 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
13   texidoces = "
14 Al juntar nombres de acorde en cifrado americano, melodía y letra,
15 obtenemos una hoja guía de acordes o «lead sheet»:
16
17 "
18   doctitlees = "Hoja guía de acordes o «lead sheet» sencilla"
19
20
21 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
22  texidocde = "
23 Ein Liedblatt besteht aus Akkordbezeichnungen, einer Melodie und dem Liedtext:
24
25 "
26   doctitlede = "Ein einfaches Liedblatt"
27
28 %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
29   texidocfr = "
30 Assembler des noms d'accords, une mélodie et des paroles permet
31 d'obtenir la  partition d'un chanson@tie{}:
32
33 "
34   doctitlefr = "Chanson simple"
35
36   texidoc = "
37 When put together, chord names, a melody, and lyrics form a lead sheet:
38
39 "
40   doctitle = "Simple lead sheet"
41 } % begin verbatim
42
43
44 <<
45   \chords { c2 g:sus4 f e }
46   \relative c'' {
47     a4 e c8 e r4
48     b2 c4( d)
49   }
50   \addlyrics { One day this shall be free __ }
51 >>
52