X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpiano-template-with-centered-lyrics.ly;h=008535e304ef6cdf50082a81294bccd01b208260;hb=4091a5dfb41072b0a8b95500582febe15e0cdae9;hp=b8ed2faada230e70401b4bddcbf01137993de153;hpb=4e8f3c896223d20f0504d480e04fa764a565fd81;p=lilypond.git diff --git a/Documentation/snippets/piano-template-with-centered-lyrics.ly b/Documentation/snippets/piano-template-with-centered-lyrics.ly index b8ed2faada..008535e304 100644 --- a/Documentation/snippets/piano-template-with-centered-lyrics.ly +++ b/Documentation/snippets/piano-template-with-centered-lyrics.ly @@ -1,41 +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.29" +\version "2.18.0" \header { - lsrtags = "text, keyboards, template" - -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - 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: 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 @@ -66,21 +38,11 @@ text = \lyricmode { } \score { - \new GrandStaff << + \new PianoStaff << \new Staff = upper { \new Voice = "singer" \upper } \new Lyrics \lyricsto "singer" \text \new Staff = lower { \lower } >> - \layout { - \context { - \GrandStaff - \accepts "Lyrics" - } - \context { - \Lyrics - \consists "Bar_engraver" - } - } + \layout { } \midi { } } -