]> 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 8a50e66ca086f02d604b2bb18bba3d62e6ebb479..b6f3b443c8b6b2c1c4c69a25ab38e359b01723ac 100644 (file)
@@ -1,33 +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.13.10"
+\version "2.16.0"
 
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
-  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: d96023d8792c8af202c7cb8508010c0d3648899d
- texidocde = "
-Ein Liedblatt besteht aus Akkordbezeichnungen, einer Melodie und dem Liedtext:
-
-"
-  doctitlede = "Ein einfaches Liedblatt"
-%% Translation of GIT committish: 54687441dde2fe248e20989bd265a274583413a8
-  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:
 
@@ -35,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'' {
@@ -43,4 +25,3 @@ When put together, chord names, a melody, and lyrics form a lead sheet:
   }
   \addlyrics { One day this shall be free __ }
 >>
-