X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fvocal-ensemble-template-with-automatic-piano-reduction.ly;h=faa9224f9e306c638b28664ab71737cd2f9a9631;hb=1141320a0957c1da3aeb560751a7e42d1e6593ae;hp=c2989a63287c7667e06cea5f324f4a90dd354b0b;hpb=580faff1d6167b1500228dc5c5ae073dca0ead40;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 c2989a6328..faa9224f9e 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.39" +% 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: 5160eccb26cee0bfd802d844233e4a8d795a1e94 +%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb texidoces = " Esta plantilla añade una reducción de piano automática a la partitura @@ -28,6 +30,17 @@ entonces los cambios se aplicarán también a la reducción de piano. の音符) に変更が加えられた場合、その変更はピアノ譜にも適用されます。 " +%% Translation of GIT committish: 514674cb00c18629242dfcde0c1a4976758adc56 + 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 @@ -49,6 +62,8 @@ 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 @@ -56,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 @@ -97,13 +119,20 @@ bassWords = \lyricmode { \score { << \new ChoirStaff << - \new Lyrics = "sopranos" + \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" - \new Lyrics = "tenors" + \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 >> } @@ -132,4 +161,3 @@ bassWords = \lyricmode { >> >> } -