X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpiano-template-with-melody-and-lyrics.ly;h=57466a0a3e523ed00dc7102a4a2e710e89d25056;hb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;hp=9e9a9a8cdcba187305b32ba86057e8e01e68a069;hpb=7bd6884c300f1a032b5b9f2e0b9ffa5a7938244a;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 9e9a9a8cdc..57466a0a3e 100644 --- a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly +++ b/Documentation/snippets/piano-template-with-melody-and-lyrics.ly @@ -1,38 +1,13 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.16" +\version "2.18.0" \header { - lsrtags = "vocal-music, keyboards, template" - -%% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492 - 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: 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, @@ -80,8 +55,7 @@ lower = \relative c { >> >> \layout { - \context { \RemoveEmptyStaffContext } + \context { \Staff \RemoveEmptyStaves } } \midi { } } -