X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpiano-template-with-centered-lyrics.ly;h=ccf50e699b3ff87b6af3a175df37106ed3b0d046;hb=94e770aa544cc71eab6df8f12d393648aca7c7e9;hp=4bc34652eed29933a2d6345c777f1b5b79075740;hpb=3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4;p=lilypond.git diff --git a/Documentation/snippets/piano-template-with-centered-lyrics.ly b/Documentation/snippets/piano-template-with-centered-lyrics.ly index 4bc34652ee..ccf50e699b 100644 --- a/Documentation/snippets/piano-template-with-centered-lyrics.ly +++ b/Documentation/snippets/piano-template-with-centered-lyrics.ly @@ -4,49 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { - lsrtags = "text, keyboards, template" - -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - 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: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -旋律と歌詞のための譜表を持つ代わりに、歌詞をピアノ譜の 2 つの譜の間に置くことができます。 -" - -%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c - texidocit = " -Invece di destinare un rigo a parte alla linea melodica e al suo testo, è -possibile collocare il testo al centro di un doppio pentagramma per pianoforte. - -" - doctitleit = "Modello per pianoforte con testo al centro" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - 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: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a - 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 = "keyboards, really-simple, template, text" texidoc = " Instead of having a full staff for the melody and lyrics, lyrics can be @@ -56,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 @@ -94,4 +56,3 @@ text = \lyricmode { } \midi { } } -