]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/ambitus-with-multiple-voices.ly
LSR: Update.
[lilypond.git] / input / lsr / ambitus-with-multiple-voices.ly
index 906ac3ef8dcaae39c42dc73245c71fc50af5618f..4477c8e60cdb66731179c222a38e1312a76853d5 100644 (file)
@@ -1,18 +1,34 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.46"
+\version "2.12.3"
 
 \header {
   lsrtags = "pitches, vocal-music"
 
+  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.
+
+"
+
+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"
+
   texidoc = "
-Adding the @code{Ambitus_engraver} to the @code{Staff} context create a
-single ambitus per staff, even in the case of staves with multiple
+Adding the @code{Ambitus_engraver} to the @code{Staff} context creates
+single ambitus per staff, even in the case of staves with multiple
 voices. 
 
 "
   doctitle = "Ambitus with multiple voices"
 } % begin verbatim
+
 \new Staff \with {
   \consists "Ambitus_engraver"
   }
@@ -29,3 +45,4 @@ voices.
   }
 >>
 
+