X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsingle-staff-template-with-notes-and-chords.ly;h=28531686469a62ac62ca302de47a8421ec987698;hb=1478b35691bfdb6e805d7225ee44fbec0622e8fc;hp=81333dd9b3697b6d0aabd83f37f3d385200233b7;hpb=d65a3a9777a9e96029f6aa408d86d13a88f6619d;p=lilypond.git diff --git a/Documentation/snippets/single-staff-template-with-notes-and-chords.ly b/Documentation/snippets/single-staff-template-with-notes-and-chords.ly index 81333dd9b3..2853168646 100644 --- a/Documentation/snippets/single-staff-template-with-notes-and-chords.ly +++ b/Documentation/snippets/single-staff-template-with-notes-and-chords.ly @@ -1,43 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.13.31" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.19.28 +\version "2.19.28" \header { - lsrtags = "chords, template" - -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - texidoces = " -¿Quiere preparar una hoja guía de acordes (o «lead sheet») con -melodía y acordes? ¡No busque más! - -" - -doctitlees = "Plantilla de pentagrama único con música y acordes" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -旋律とコードを持つリード譜を欲しくはありませんか?他を見る必要はありません! -" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Wollen Sie ein Liedblatt mit Melodie und Akkorden schreiben? Hier ist -das richtige Beispiel für Sie! -" - - doctitlede = "Vorlage für eine Notenzeile mit Akkorden" - - -%% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16 - texidocfr = " -Vous avez besoin de la partition d'une mélodie avec les accords ? -N'allez pas plus loin ! - -" - -doctitlefr = "Mélodie simple et accords" + lsrtags = "chords, really-simple, template" texidoc = " Want to prepare a lead sheet with a melody and chords? Look no further! @@ -58,7 +29,7 @@ melody = \relative c' { harmonies = \chordmode { c4:m f:min7 g:maj c:aug - d2:dim b:sus + d2:dim b4:5 e:sus } \score { @@ -72,4 +43,3 @@ harmonies = \chordmode { \layout{ } \midi { } } -