]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ambitus-with-multiple-voices.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / ambitus-with-multiple-voices.ly
index 0d174b291d50453263b9cd7831d3dd5e55d52b61..229d08a66aefdadfbd932e745a35ac128cf20a64 100644 (file)
@@ -1,39 +1,14 @@
-%% 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.16"
+\version "2.16.0"
 
 \header {
   lsrtags = "pitches, vocal-music"
 
-%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549
-  doctitlees = "Ámbitos con varias voces"
-  texidoces = "
-La adición del grabador @code{Ambitus_engraver} al contexto de
-@code{Staff} crea un solo ámbito por pentagrama, incluso en el caso de
-pentagramas con varias voces.
-
-"
-
-
-%% 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
-Fall, dass mehrere Stimmen sich im gleichen System befinden.
-"
-  doctitlede = "Ambitus mit vielen Stimmen"
-
-%% Translation of GIT committish: 58a29969da425eaf424946f4119e601545fb7a7e
-  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
@@ -43,6 +18,7 @@ voices.
   doctitle = "Ambitus with multiple voices"
 } % begin verbatim
 
+
 \new Staff \with {
   \consists "Ambitus_engraver"
   }
@@ -58,5 +34,3 @@ voices.
     b1
   }
 >>
-
-