]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/simple-lead-sheet.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / 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.0"
4
5 \header {
6   lsrtags = "chords"
7
8   texidoces = "
9 Al juntar nombres de acorde en cifrado americano, melodía y letra,
10 obtenemos una hoja guía de acordes o «lead sheet»:
11
12 "
13   doctitlees = "Hoja guía de acordes o «lead sheet» sencilla"
14
15 %% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
16  texidocde = "
17 Ein Liedblatt besteht aus Akkordbezeichnungen, einer Melodie und dem Liedtext:
18
19 "
20   doctitlede = "Ein einfaches Liedblatt"
21
22   texidoc = "
23 When put together, chord names, a melody, and lyrics form a lead sheet:
24
25 "
26   doctitle = "Simple lead sheet"
27 } % begin verbatim
28
29 <<
30   \chords { c2 g:sus4 f e }
31   \relative c'' {
32     a4 e c8 e r4
33     b2 c4( d)
34   }
35   \addlyrics { One day this shall be free __ }
36 >>