]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/additional-voices-to-avoid-collisions.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / additional-voices-to-avoid-collisions.ly
index fc146cac25b27a2a7ef6b17773afc09e7e68871b..8a59764e4fd966f966d81bd8146c4eacfc89614b 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% 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.4"
+\version "2.14.2"
 
 \header {
   lsrtags = "simultaneous-notes"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
  doctitlees = "Voces adicionales para evitar colisiones"
  texidoces = "
 En ciertos casos de polifonía compleja, se necesitan voces adicionales
@@ -17,10 +20,10 @@ variable que utiliza la función de Scheme @code{context-spec-music}.
 "
 
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% 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.
@@ -28,9 +31,9 @@ Stimmen definiert werden, indem eine Variable mit der Funktion
 "
   doctitlede = "Zusätzliche Stimmen um Zusammenstöße zu vermeiden"
 
-%% Translation of GIT committish: c39256c433c9e0d80429fb768cde5834541524f8
+%% Translation of GIT committish: d9d1da30361a0bcaea1ae058eb1bc8dd3a5b2e4c
   texidocfr = "
-Dans certains cas de musique polyphonie complexe, une voix
+Dans certains cas de musique polyphonique 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.
@@ -38,7 +41,6 @@ Lorsque quatre voix parallèles ne suffisent pas, la fonction Scheme
 "
   doctitlefr = "Ajout de voix pour éviter les collisions"
 
-
   texidoc = "
 In some instances of complex polyphonic music, additional voices are
 necessary to prevent collisions between notes.  If more than four
@@ -49,25 +51,36 @@ a variable using the Scheme function @code{context-spec-music}.
   doctitle = "Additional voices to avoid collisions"
 } % 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