]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/simple-lead-sheet.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / simple-lead-sheet.ly
index 1de1758bb4a110dab50aaff9f88321491a53d460..b6f3b443c8b6b2c1c4c69a25ab38e359b01723ac 100644 (file)
@@ -1,35 +1,14 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.16.0"
 
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
-  texidoces = "
-Al juntar nombres de acorde en cifrado americano, melodía y letra,
-obtenemos una hoja guía de acordes o «lead sheet»:
-
-"
-  doctitlees = "Hoja guía de acordes o «lead sheet» sencilla"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
- texidocde = "
-Ein Liedblatt besteht aus Akkordbezeichnungen, einer Melodie und dem Liedtext:
-
-"
-  doctitlede = "Ein einfaches Liedblatt"
-
-%% Translation of GIT committish: 9594a4569164407a146bbc4aad8be3a60a4725cf
-  texidocfr = "
-Assembler des noms d'accords, une mélodie et des paroles permet
-d'obtenir la  partition d'un chanson :
-
-"
-  doctitlefr = "Chanson simple"
-
   texidoc = "
 When put together, chord names, a melody, and lyrics form a lead sheet:
 
@@ -37,6 +16,7 @@ When put together, chord names, a melody, and lyrics form a lead sheet:
   doctitle = "Simple lead sheet"
 } % begin verbatim
 
+
 <<
   \chords { c2 g:sus4 f e }
   \relative c'' {
@@ -45,4 +25,3 @@ When put together, chord names, a melody, and lyrics form a lead sheet:
   }
   \addlyrics { One day this shall be free __ }
 >>
-