X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsimple-lead-sheet.ly;h=b6f3b443c8b6b2c1c4c69a25ab38e359b01723ac;hb=00e7e96f8393ad1fe86f57cf90f4567142bd4e72;hp=ab4f8802974cdcd83041f80f891ddd03d783bd1c;hpb=9158bc17904d4dd930a1f776cfe3226f1ad84092;p=lilypond.git diff --git a/Documentation/snippets/simple-lead-sheet.ly b/Documentation/snippets/simple-lead-sheet.ly index ab4f880297..b6f3b443c8 100644 --- a/Documentation/snippets/simple-lead-sheet.ly +++ b/Documentation/snippets/simple-lead-sheet.ly @@ -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.13.31" +\version "2.16.0" \header { lsrtags = "chords" -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - 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 __ } >> -