X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadditional-voices-to-avoid-collisions.ly;h=04a0c049d21b6dfdfc5e14b0630ab6f4fdb08e37;hb=2a07e6101abd393b88f22309dcda0c7ed032d85c;hp=2775f51dfe5fd43fb6c70f9327f62717eb7b1864;hpb=1c859650b6ff11a7dbe829328fd5cae3816b9231;p=lilypond.git diff --git a/Documentation/snippets/additional-voices-to-avoid-collisions.ly b/Documentation/snippets/additional-voices-to-avoid-collisions.ly index 2775f51dfe..04a0c049d2 100644 --- a/Documentation/snippets/additional-voices-to-avoid-collisions.ly +++ b/Documentation/snippets/additional-voices-to-avoid-collisions.ly @@ -1,30 +1,46 @@ -%% 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 = "simultaneous-notes" -%% Translation of GIT committish: 73115c93908af74c12a19753e79cbca47b2c2978 +%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb doctitlees = "Voces adicionales para evitar colisiones" texidoces = " En ciertos casos de polifonía compleja, se necesitan voces adicionales -para evitar colisiones entre las notas. Las voces adicionales se -añaden definiendo una variable que utiliza la función de Scheme -context-spec-music. +para evitar colisiones entre las notas. Si se necesitan más de cuatro +voces paralelas, las voces adicionales se añaden definiendo una +variable que utiliza la función de Scheme @code{context-spec-music}. " -%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706 + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Ein einigen Fällen von sehr komplexer polyphoner Musik sind zusätzliche -Stimmen notwendig, um Zusammestöße zwischen den Noten zu vermeiden. +Stimmen notwendig, um Zusammenstöße zwischen den Noten zu vermeiden. Wenn mehr als vier parallele Stimmen benötigt werden, können zusätzliche Stimmen definiert werden, indem eine Variable mit der Funktion @code{context-spec-music} definiert wird. " - doctitlede = "Zusätzliche Stimmen, um Zusammenstöße zu vermeiden" + doctitlede = "Zusätzliche Stimmen um Zusammenstöße zu vermeiden" + +%% Translation of GIT committish: 1baa2adf57c84e8d50e6907416eadb93e2e2eb5c + texidocfr = " +Dans certains cas de musique polyphonie complexe, une voix +supplémentaire peut permettre d'éviter les risques de collision. +Lorsque quatre voix parallèles ne suffisent pas, la fonction Scheme +@code{context-spec-music} permet d'ajouter des d'autres voix. + +" + doctitlefr = "Ajout de voix pour éviter les collisions" + texidoc = " In some instances of complex polyphonic music, additional voices are @@ -37,24 +53,34 @@ a variable using the Scheme function @code{context-spec-music}. } % begin verbatim voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice) + \relative c'' { - \time 3/4 \key d \minor \partial 2 + \time 3/4 + \key d \minor + \partial 2 << - { \voiceOne + { + \voiceOne a4. a8 e'4 e4. e8 f4 d4. c8 - } \\ { + } + \\ + { \voiceThree f,2 bes4 a2 a4 s2 - } \\ { + } + \\ + { \voiceFive s2 g4 g2 f4 f2 - } \\ { + } + \\ + \bar "||"{ \voiceTwo d2 d4 cis2