X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fvocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly;h=a13de11a6c5b602a0cd574fb134e48bea0cffaa6;hb=2501bd6a985bab5d5c7a744b15429727293efa45;hp=e11f7da4f0fb35ddf74455fee446774140cb2070;hpb=129ef378c53f80d45f40af27ba80ad0fb5e0a53c;p=lilypond.git diff --git a/Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly b/Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly index e11f7da4f0..a13de11a6c 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly @@ -1,49 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% 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.12.2" +\version "2.18.0" \header { - lsrtags = "text, vocal-music, contexts-and-engravers, template" - -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - texidoces = " -Esta plantilla es, básicamente, la misma que la sencilla plantilla -@qq{Conjunto vocal}, excepto que aquí todas las líneas de letra se -colocan utilizando @code{alignAboveContext} y -@code{alignBelowContext}. - -" - doctitlees = "Plantilla para conjunto vocal con letras alineadas encima y debajo de los pentagramas" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -このテンプレートは基本的に単純な \"合唱\" テンプレートと同じですが、歌詞が -@code{alignAboveContext} と @code{alignBelowContext} を用いて配置されています。 -" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -In diesem Beispiel werden die Texte mit den Befehlen -@code{alignAboveContext} und @code{alignBelowContext} -über und unter dem System angeordnet. -" - - doctitlede = "Vorlage für Vokalensemble mit dem Gesangstext über und unter dem System" - - -%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a - texidocfr = " -Ce canevas ressemble beaucoup à celui pour chœur à quatre voix mixtes. -La différence réside dans le fait que les paroles sont positionnées en -ayant recours à @code{alignAboveContext} et @code{alignBelowContext}. - -" - doctitlefr = "Ensemble vocal avec alignement des paroles selon le contexte" + lsrtags = "contexts-and-engravers, template, text, vocal-music" texidoc = " This template is basically the same as the simple @qq{Vocal ensemble} @@ -93,10 +57,12 @@ bassWords = \lyricmode { \new Voice = "sopranos" { \voiceOne << \global \sopMusic >> } \new Voice = "altos" { \voiceTwo << \global \altoMusic >> } >> - \new Lyrics \with { alignAboveContext = #"women" } \lyricsto "sopranos" \sopWords - \new Lyrics \with { alignBelowContext = #"women" } \lyricsto "altos" \altoWords - % we could remove the line about this with the line below, since we want - % the alto lyrics to be below the alto Voice anyway. + \new Lyrics \with { alignAboveContext = #"women" } + \lyricsto "sopranos" \sopWords + \new Lyrics \with { alignBelowContext = #"women" } + \lyricsto "altos" \altoWords + % we could remove the line about this with the line below, since + % we want the alto lyrics to be below the alto Voice anyway. % \new Lyrics \lyricsto "altos" \altoWords \new Staff = "men" << @@ -104,10 +70,11 @@ bassWords = \lyricmode { \new Voice = "tenors" { \voiceOne << \global \tenorMusic >> } \new Voice = "basses" { \voiceTwo << \global \bassMusic >> } >> - \new Lyrics \with { alignAboveContext = #"men" } \lyricsto "tenors" \tenorWords - \new Lyrics \with { alignBelowContext = #"men" } \lyricsto "basses" \bassWords + \new Lyrics \with { alignAboveContext = #"men" } + \lyricsto "tenors" \tenorWords + \new Lyrics \with { alignBelowContext = #"men" } + \lyricsto "basses" \bassWords % again, we could replace the line above this with the line below. % \new Lyrics \lyricsto "basses" \bassWords >> } -