X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpiano-template-with-melody-and-lyrics.ly;h=c44b64ba22debfde38b801c38ef62fffe7f8a682;hb=a2f44bbf0e76840f333f4d8a8f0db6689239f7fb;hp=bcb6ee0d2e9eb5714764b623ec595204dbc2d27d;hpb=3ef893f1fe182e9f6cf5841cbff0706789bd3361;p=lilypond.git diff --git a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly b/Documentation/snippets/piano-template-with-melody-and-lyrics.ly index bcb6ee0d2e..c44b64ba22 100644 --- a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly +++ b/Documentation/snippets/piano-template-with-melody-and-lyrics.ly @@ -4,49 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.15.7" +\version "2.16.0" \header { - lsrtags = "vocal-music, keyboards, template" - -%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb - texidoces = " -He aquí el típico formato dde una canción: un pentagrama con la -melodía y la letra, y el acompañamiento de piano por debajo. - -" - doctitlees = "Plantilla de piano con melodía y letra" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -これは一般的な歌曲のフォーマットです: 旋律と歌詞を持つ譜表と、その下にピアノ伴奏譜があります。 -" - -%% Translation of GIT committish: 514674cb00c18629242dfcde0c1a4976758adc56 - texidocit = " -Ecco un tipico formato per canzoni: un rigo con linea melodica e testo, -e sotto l'accompagnamento per pianoforte. - -" - doctitleit = "Modello per pianoforte con melodia e testo" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Das nächste Beispiel ist typisch für ein Lied: Im oberen System die -Melodie mit Text, darunter Klavierbegleitung. -" - - doctitlede = "Vorlage für Klavier und Gesangsstimme" - - -%% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16 - texidocfr = " -Il s'agit du format classique pour le chant : une portée pour la mélodie -et les paroles au-dessus de l'accompagnement au piano. - -" - doctitlefr = "Piano mélodie et paroles" + lsrtags = "keyboards, really-simple, template, vocal-music" texidoc = " Here is a typical song format: one staff with the melody and lyrics, @@ -56,6 +17,7 @@ with piano accompaniment underneath. doctitle = "Piano template with melody and lyrics" } % begin verbatim + melody = \relative c'' { \clef treble \key c \major @@ -98,4 +60,3 @@ lower = \relative c { } \midi { } } -