X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fambitus-with-multiple-voices.ly;h=81c147720217ddfc6de9b3a201ddac09cf4c87b8;hb=5a5f2d8e3f73a79e60d9908fbe7bdf5af4afa926;hp=bff1c482777fe7e63fc81489d53ab184aead7b96;hpb=c6444231d15708adc5560e2735fe980d04dd138d;p=lilypond.git diff --git a/Documentation/snippets/ambitus-with-multiple-voices.ly b/Documentation/snippets/ambitus-with-multiple-voices.ly index bff1c48277..81c1477202 100644 --- a/Documentation/snippets/ambitus-with-multiple-voices.ly +++ b/Documentation/snippets/ambitus-with-multiple-voices.ly @@ -1,11 +1,15 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% 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.13.1" +\version "2.14.0" \header { lsrtags = "pitches, vocal-music" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f doctitlees = "Ámbitos con varias voces" texidoces = " La adición del grabador @code{Ambitus_engraver} al contexto de @@ -14,7 +18,8 @@ pentagramas con varias voces. " -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Indem man den @code{Ambitus_engraver} im @code{Staff}-Kontext hinzufügt, erhält man einen einzigen Ambitus pro System, auch in dem @@ -22,10 +27,20 @@ Fall, dass mehrere Stimmen sich im gleichen System befinden. " doctitlede = "Ambitus mit vielen Stimmen" +%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e + texidocfr = " +Si plusieurs voix se trouvent sur une même portée, on peut attribuer le +graveur @code{Ambitus_engraver} au contexte @code{Staff} afin d'obtenir +l'ambitus de toutes les voix cumulées, non d'une seule des voix actives. + +" + doctitlefr = "Ambitus sur plusieurs voix" + + texidoc = " Adding the @code{Ambitus_engraver} to the @code{Staff} context creates a single ambitus per staff, even in the case of staves with multiple -voices. +voices. " doctitle = "Ambitus with multiple voices"