X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsingle-staff-template-with-notes-and-chords.ly;h=28531686469a62ac62ca302de47a8421ec987698;hb=1d5ae2e5bf1ad495d0a901e3be88a6fcfa90b1a5;hp=4d7c4a1e3c9dbd3a83c2aa44aa97b689b2f2f44f;hpb=58933e3e40e9cfbdc70b846bc808c723e053f7b3;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 4d7c4a1e3c..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,53 +1,14 @@ -%% 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.14.2" +% 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 = "really-simple, chords, template" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - 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: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1 - texidocit = " -Vuoi preparare uno spartito semplificato (lead sheet) con melodia e -accordi? La tua ricerca è finita! - -" - doctitleit = "Modello di rigo singolo con note e accordi" - -%% 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: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Vous avez besoin de la partition d'une mélodie avec les accords@tie{}? -N'allez pas plus loin@tie{}! - -" - 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! @@ -57,7 +18,6 @@ Want to prepare a lead sheet with a melody and chords? Look no further! doctitle = "Single staff template with notes and chords" } % begin verbatim - melody = \relative c' { \clef treble \key c \major @@ -69,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 { @@ -83,4 +43,3 @@ harmonies = \chordmode { \layout{ } \midi { } } -