X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsingle-staff-template-with-notes-and-chords.ly;h=4ba723b5160d6da198b40b6157cf5c3f565f8634;hb=e7aa6c445f463844dbaa52d38ea4aac2882b5601;hp=8b48a14ee1c846e33febbbe9e6415cfde3d7a90e;hpb=f2fbf0dd215c8af6a30aae6c9634f3b92333b0ab;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 8b48a14ee1..4ba723b516 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,13 @@ -%% 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.12.2" +\version "2.19.2" \header { - lsrtags = "chords, template" - -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - 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! @@ -47,13 +17,14 @@ 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 \time 4/4 f4 e8[ c] d4 g - a2 ~ a + a2 ~ 2 } harmonies = \chordmode { @@ -72,4 +43,3 @@ harmonies = \chordmode { \layout{ } \midi { } } -