X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fvocal-ensemble-template-with-automatic-piano-reduction.ly;h=e404d43ee11f2c9994d5e73c9e5f1d760a05c49a;hb=7719b3925322a347391fc6c5520a1d763695560f;hp=dbaee280a53cd259c8c9cace2d62aa7fed9d2a61;hpb=9a2ffbf058002a6a82acc5748a2998840885afb8;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 dbaee280a5..e404d43ee1 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly @@ -1,68 +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.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.18.0" \header { -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - texidoces = " - -Esta plantilla añade una reducción de piano automática a la partitura -vocal SATB estándar que se mostró en la @qq{Plantilla de conjunto -vocal}. Esto presenta uno de los puntos fuertes de LilyPond: podemos -usar una definición de música más de una vez. Si se hace cualquier -cambio en las notas de la parte vocal (digamos @code{tenorMusic}), -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 -ピアノ譜を付け加えています。これは LilyPond の強みの 1 つを示しています - 音楽@c -定義を何回も使用することができます。ボーカルの音符 (例えば、@code{tenorMusic} -の音符) に変更が加えられた場合、その変更はピアノ譜にも適用されます。 -" - -%% Translation of GIT committish: 4077120c18ac1dc490501b3d7d5886bc93e61a42 - 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 -Chorpartitur hinzugefügt. Das zeigt eine der Stärken von LilyPond --- man kann eine Variable mehr als einmal benutzen. Wenn Sie -irgendeine Änderung an einer Chorstimme vornehmen, (etwa -tenorMusic), verändert sich auch der Klavierauszug entsprechend. -" - - -%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a - 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. -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" + lsrtags = "automatic-notation, keyboards, template, vocal-music" texidoc = " This template adds an automatic piano reduction to the standard SATB @@ -71,16 +16,16 @@ 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 + 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 = { @@ -88,28 +33,28 @@ global = { \time 4/4 } -sopMusic = \relative c'' { - c4 c c8[( b)] c4 +sopMusic = \relative { + c''4 c c8[( b)] c4 } sopWords = \lyricmode { hi hi hi hi } -altoMusic = \relative c' { - e4 f d e +altoMusic = \relative { + e'4 f d e } altoWords =\lyricmode { ha ha ha ha } -tenorMusic = \relative c' { +tenorMusic = \relative { g4 a f g } tenorWords = \lyricmode { hu hu hu hu } -bassMusic = \relative c { +bassMusic = \relative { c4 c g c } bassWords = \lyricmode { @@ -121,7 +66,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" { \voiceOne << \global \sopMusic >> } @@ -130,7 +75,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" <<