]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ambitus-with-multiple-voices.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / Documentation / snippets / ambitus-with-multiple-voices.ly
index 6c7feba80112d85de3a7ba3d02cff63ae25eb2f7..df6ccf010cad4e4b883e423d3366579b725e63a4 100644 (file)
@@ -1,50 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
-  lsrtags = "vocal-music, pitches"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  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: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270
-  texidocit = "
-Se si aggiunge l'incisore @code{Ambitus_engraver} al contesto @code{Staff} viene
-creato un solo ambitus per il rigo, anche nel caso di righi che hanno più
-voci.
-
-"
-  doctitleit = "Ambitus su più voci"
-
-%% 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: 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"
-
+  lsrtags = "pitches, vocal-music"
 
   texidoc = "
 Adding the @code{Ambitus_engraver} to the @code{Staff} context creates
@@ -55,7 +18,6 @@ voices.
   doctitle = "Ambitus with multiple voices"
 } % begin verbatim
 
-
 \new Staff \with {
   \consists "Ambitus_engraver"
   }
@@ -71,5 +33,3 @@ voices.
     b1
   }
 >>
-
-