X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fvocal-ensemble-template.ly;h=dcf727cafc7681302c9711aa22d8b2aaa5048a10;hb=e6e64de1da49ff8c6005daa5fd81adc8387b2668;hp=8f04c596f2585a8f62f17d6b4aba027b96e90790;hpb=1141320a0957c1da3aeb560751a7e42d1e6593ae;p=lilypond.git diff --git a/Documentation/snippets/vocal-ensemble-template.ly b/Documentation/snippets/vocal-ensemble-template.ly index 8f04c596f2..dcf727cafc 100644 --- a/Documentation/snippets/vocal-ensemble-template.ly +++ b/Documentation/snippets/vocal-ensemble-template.ly @@ -1,67 +1,13 @@ -% DO NOT EDIT this file manually; it is automatically -% generated from Documentation/snippets/new -% Make any changes in Documentation/snippets/new/ -% and then run scripts/auxiliar/makelsr.py -% -% This file is in the public domain. -%% Note: this file works from version 2.14.0 -\version "2.14.0" +%% 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.17.20" \header { -%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb - texidoces = " -He aquí una partitura vocal estándar para cuatro voces SATB. Con -grupos mayores, suele ser útil incluir una sección que aparezca en -todas las partes. Por ejemplo, el compás y la armadura casi siempre -son los mismos para todas. Como en la plantilla @qq{Himno}, las cuatro -voces se reagrupan en sólo dos pentagramas. - -" - doctitlees = "Plantilla de conjunto vocal" - - -%% Translation of GIT committish: bfc88203ac2572737480e78ef2635ed35b458441 - texidocja = " -これは標準の 4 パート SATB (ソプラノ、アルト、テナー、バス) ボーカル譜です。@c -もっと大きな合唱では、すべてのパートで使用されるセクションをインクルードすると@c -便利です。例えば、拍子記号と調号はほとんど常にすべてのパートで同じです。\"賛美@c -歌\" テンプレートのように、4 つのボイスは 2 つの譜にグループ分けされています。" - -%% Translation of GIT committish: 514674cb00c18629242dfcde0c1a4976758adc56 - texidocit = " -Ecco una tipica partitura corale a quattro parti, SATB. Se il complesso è più -ampio, è spesso comodo scrivere gli elementi comuni in un'unica sezione, che -verrà poi inclusa in tutte le parti. Ad esempio, l'indicazione di tempo e -l'armatura di chiave sono quasi sempre le stesse per tutte le parti. Come nel -modello dell'@qq{Inno}, le quattro voci sono ripartite in due soli righi. -" - doctitleit = "Modello per complesso vocale" - -%% Translation of GIT committish: bfc88203ac2572737480e78ef2635ed35b458441 - texidocde = " -Dieses Beispiel ist für vierstimmigen Gesang (SATB). Bei größeren -Stücken ist es oft sinnvoll, eine allgemeine Variable zu bestimmen, -die in allen Stimmen eingefügt wird. Taktart und Vorzeichen etwa -sind fast immer gleich in allen Stimmen. -" - - doctitlede = "Vorlage für Vokalensemble" - - -%% Translation of GIT committish: bfc88203ac2572737480e78ef2635ed35b458441 - texidocfr = " -Ce fichier constitue un canevas standard de partition pour chœur à -quatre voix mixtes. Lorsque les ensembles s'étoffent, il est judicieux -de recourrir à une section spécifique incluse dans chacune des parties, -tout particulièrement pour gérer la métrique et la tonalité qui, -la plupart du temps, sont communes à tous les pupitres. Comme il est -d'usage pour les hymnes, les quatre voix sont réparties sur deux -portées. - -" - doctitlefr = "Ensemble vocal (simple)" - - lsrtags = "vocal-music, template" + lsrtags = "really-simple, template, vocal-music" texidoc = " Here is a standard four-part SATB vocal score. With larger ensembles, @@ -69,6 +15,7 @@ it is often useful to include a section which is included in all parts. For example, the time signature and key signature are almost always the same for all parts. Like in the @qq{Hymn} template, the four voices are regrouped on only two staves. + " doctitle = "Vocal ensemble template" } % begin verbatim @@ -118,7 +65,7 @@ bassWords = \lyricmode { \new ChoirStaff << \new Lyrics = "sopranos" \with { % this is needed for lyrics above a staff - \override VerticalAxisGroup #'staff-affinity = #DOWN + \override VerticalAxisGroup.staff-affinity = #DOWN } \new Staff = "women" << \new Voice = "sopranos" { @@ -133,7 +80,7 @@ bassWords = \lyricmode { \new Lyrics = "altos" \new Lyrics = "tenors" \with { % this is needed for lyrics above a staff - \override VerticalAxisGroup #'staff-affinity = #DOWN + \override VerticalAxisGroup.staff-affinity = #DOWN } \new Staff = "men" << \clef bass @@ -152,4 +99,3 @@ bassWords = \lyricmode { \context Lyrics = "basses" \lyricsto "basses" \bassWords >> } -