X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsimple-lead-sheet.ly;h=b6f3b443c8b6b2c1c4c69a25ab38e359b01723ac;hb=4d370c0ffa938be9177455bef0e324846bd0fea9;hp=68a81808004f2f538466c1adb924df9e2c8143d6;hpb=3ef893f1fe182e9f6cf5841cbff0706789bd3361;p=lilypond.git diff --git a/Documentation/snippets/simple-lead-sheet.ly b/Documentation/snippets/simple-lead-sheet.ly index 68a8180800..b6f3b443c8 100644 --- a/Documentation/snippets/simple-lead-sheet.ly +++ b/Documentation/snippets/simple-lead-sheet.ly @@ -4,35 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { lsrtags = "chords" -%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb - 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: @@ -40,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'' { @@ -48,4 +25,3 @@ When put together, chord names, a melody, and lyrics form a lead sheet: } \addlyrics { One day this shall be free __ } >> -