X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fvocal-ensemble-template-with-automatic-piano-reduction.ly;h=a9d1e6a4f36b3bb523eb2253949e89cf8a0c2451;hb=252ec5e71b5e121734a9c9897245137cb07e4a1f;hp=4e2ad45546830ef14290e82f422fb31e43f76bfd;hpb=e88eca13f1a87dbd3a57a7a492deea95b0473753;p=lilypond.git diff --git a/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly b/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly index 4e2ad45546..a9d1e6a4f3 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly @@ -1,12 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.13.20" +% 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" \header { - lsrtags = "vocal-music, keyboards, template" - -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Esta plantilla añade una reducción de piano automática a la partitura @@ -19,6 +21,7 @@ entonces los cambios se aplicarán también a la reducción de piano. " doctitlees = "Plantilla de conjunto vocal con reducción de piano automática" + %% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 texidocja = " このテンプレートは、\"合唱テンプレート\"で示された標準の SATB ボーカル譜に自動@c @@ -26,6 +29,18 @@ entonces los cambios se aplicarán también a la reducción de piano. 定義を何回も使用することができます。ボーカルの音符 (例えば、@code{tenorMusic} の音符) に変更が加えられた場合、その変更はピアノ譜にも適用されます。 " + +%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c + texidocit = " +Questo modello aggiunge una riduzione automatica per pianoforte alla tipica +partitura vocale SATB illustrata in @qq{Modello per complesso vocale}. Si +dimostra così uno dei punti di forza di LilyPond – è possibile usare una +definizione musicale più di una volta. Qualsiasi modifica venga fatta alle note +delle voci (ad esempio, @code{tenorMusic}) verrà applicata anche alla riduzione +per pianoforte. +" + doctitleit = "Modello per gruppo vocale con automatica riduzione per pianoforte" + %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " In diesem Beispiel wird ein automatischer Klavierauszug zu der @@ -35,17 +50,20 @@ irgendeine Änderung an einer Chorstimme vornehmen, (etwa tenorMusic), verändert sich auch der Klavierauszug entsprechend. " -%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a + +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 texidocfr = " Ce canevas ajoute une réduction pour piano à une partition standard pour chœur à quatre voix mixtes. Ceci illustre l'un des avantages de -LilyPond : une expression musicale peut être réutilisée sans effort. +LilyPond@tie{}: une expression musicale peut être réutilisée sans effort. Toute modification apportée à l'une des voix, mettons @code{tenorMusique}, sera automatiquement reportée dans la réduction pour piano. " doctitlefr = "Ensemble vocal avec réduction pour piano" + lsrtags = "vocal-music, keyboards, template" + texidoc = " This template adds an automatic piano reduction to the standard SATB vocal score demonstrated in @qq{Vocal ensemble template}. This @@ -53,11 +71,18 @@ demonstrates one of the strengths of LilyPond – you can use a music definition more than once. If any changes are made to the vocal notes (say, @code{tenorMusic}), then the changes will also apply to the piano reduction. - " doctitle = "Vocal ensemble template with automatic piano reduction" } % begin verbatim + +\paper { + top-system-spacing #'basic-distance = #10 + score-system-spacing #'basic-distance = #20 + system-system-spacing #'basic-distance = #20 + last-bottom-spacing #'basic-distance = #10 +} + global = { \key c \major \time 4/4 @@ -94,23 +119,30 @@ bassWords = \lyricmode { \score { << \new ChoirStaff << - \new Lyrics = sopranos { s1 } - \new Staff = women << - \new Voice = sopranos { \voiceOne << \global \sopMusic >> } - \new Voice = altos { \voiceTwo << \global \altoMusic >> } + \new Lyrics = "sopranos" \with { + % This is needed for lyrics above a staff + \override VerticalAxisGroup #'staff-affinity = #DOWN + } + \new Staff = "women" << + \new Voice = "sopranos" { \voiceOne << \global \sopMusic >> } + \new Voice = "altos" { \voiceTwo << \global \altoMusic >> } >> - \new Lyrics = altos { s1 } - \new Lyrics = tenors { s1 } - \new Staff = men << + \new Lyrics = "altos" + \new Lyrics = "tenors" \with { + % This is needed for lyrics above a staff + \override VerticalAxisGroup #'staff-affinity = #DOWN + } + + \new Staff = "men" << \clef bass - \new Voice = tenors { \voiceOne <<\global \tenorMusic >> } - \new Voice = basses { \voiceTwo <<\global \bassMusic >> } + \new Voice = "tenors" { \voiceOne << \global \tenorMusic >> } + \new Voice = "basses" { \voiceTwo << \global \bassMusic >> } >> - \new Lyrics = basses { s1 } - \context Lyrics = sopranos \lyricsto sopranos \sopWords - \context Lyrics = altos \lyricsto altos \altoWords - \context Lyrics = tenors \lyricsto tenors \tenorWords - \context Lyrics = basses \lyricsto basses \bassWords + \new Lyrics = "basses" + \context Lyrics = "sopranos" \lyricsto "sopranos" \sopWords + \context Lyrics = "altos" \lyricsto "altos" \altoWords + \context Lyrics = "tenors" \lyricsto "tenors" \tenorWords + \context Lyrics = "basses" \lyricsto "basses" \bassWords >> \new PianoStaff << \new Staff << @@ -128,13 +160,4 @@ bassWords = \lyricmode { >> >> >> - \layout { - \context { - % a little smaller so lyrics - % can be closer to the staff - \Staff - \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3) - } - } } -