]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/ambitus-with-multiple-voices.ly
Doc-fr: Learning Manual full update
[lilypond.git] / input / lsr / ambitus-with-multiple-voices.ly
index 8b3e5932f170be091173f6dff0bf37d3d194a507..fb743c6f3b1f376339f57c2a20a89c7fe72d3ec0 100644 (file)
@@ -1,29 +1,50 @@
 %% 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.38"
+\version "2.13.1"
 
 \header {
   lsrtags = "pitches, vocal-music"
 
+%% Translation of GIT committish: 48f804da6794a7bc8e7fdd4b1649f485b0b09d26
+  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: e75f1604a1b866c853dee42dbffcb7800c706a5f
+  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"
   }
 <<
   \new Voice \relative c'' {
     \voiceOne
-    c4 a d e f1
+    c4 a d e
+    f1
   }
   \new Voice \relative c' {
     \voiceTwo
-    es4 f g as b1
+    es4 f g as
+    b1
   }
 >>
 
+