X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpiano-template-with-melody-and-lyrics.ly;h=b6c568fb35187525f505f3c96488a690b96264d5;hb=70adadcf60fa2571d3148115af5d7e96d80d57a5;hp=64ad83dad2a13478d1029111526b4b13fc5fc10d;hpb=ee2fdacf2ff3acd7e6fb7c4005dfe698b1cc4eed;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 64ad83dad2..b6c568fb35 100644 --- a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly +++ b/Documentation/snippets/piano-template-with-melody-and-lyrics.ly @@ -1,12 +1,15 @@ -%% 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.13.16" +\version "2.15.25" \header { lsrtags = "vocal-music, keyboards, template" -%% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74 +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 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. @@ -14,10 +17,20 @@ 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: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c + 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 @@ -26,6 +39,7 @@ 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 @@ -80,7 +94,7 @@ lower = \relative c { >> >> \layout { - \context { \RemoveEmptyStaffContext } + \context { \Staff \RemoveEmptyStaves } } \midi { } }