X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fpiano-template-with-centered-lyrics.ly;h=5f110563e6d56c01bdaace4b840c3581f0e7fd76;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=2e8702e18253e53e178a9938edeaa7fae1c1980c;hpb=628ff1f709a0a06d3a544b1feaa544fe16134911;p=lilypond.git diff --git a/Documentation/snippets/piano-template-with-centered-lyrics.ly b/Documentation/snippets/piano-template-with-centered-lyrics.ly index 2e8702e182..5f110563e6 100644 --- a/Documentation/snippets/piano-template-with-centered-lyrics.ly +++ b/Documentation/snippets/piano-template-with-centered-lyrics.ly @@ -1,38 +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.13.10" +\version "2.14.2" \header { - lsrtags = "text, keyboards, template" - -%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5 - texidoces = " -En lugar de tener un pentagrama dedicado a la melodía y la letra, ésta -se puede centrar entre los pentagramas de un sistema de piano. - -" - doctitlees = "Plantilla de piano con letra centrada" - -%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae - texidocja = " -旋律と歌詞のための譜表を持つ代わりに、歌詞をピアノ譜の 2 つの譜の間に置くことができます。 -" -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d - texidocde = " -Anstatt ein eigenes System für Melodie und Text zu schreiben, können -Sie den Text auch zwischen die beiden Klaviersysteme schreiben -(und damit das zusätzliche System für die Gesangstimme auslassen). -" - -%% Translation of GIT committish: 892286cbfdbe89420b8181975032ea975e79d2f5 - texidocfr = " -Lorsque la mélodie est doublée au piano, cela ne nécessite pas forcément -une portée spécifique. Les paroles peuvent s'insérer entre les deux -portées de la partition pour piano. - -" - doctitlefr = "Piano et paroles entre les portées" + lsrtags = "really-simple, text, keyboards, template" texidoc = " Instead of having a full staff for the melody and lyrics, lyrics can be @@ -42,6 +17,7 @@ centered between the staves of a piano staff. doctitle = "Piano template with centered lyrics" } % begin verbatim + upper = \relative c'' { \clef treble \key c \major @@ -80,4 +56,3 @@ text = \lyricmode { } \midi { } } -