]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-ambitus-per-voice.ly
Update bug squad rota
[lilypond.git] / Documentation / snippets / adding-ambitus-per-voice.ly
index 3a426b13c8d95bf7c54d30c117c2b01f90ad6500..5be4ccd60fafca29109308a973912e502b6da246 100644 (file)
@@ -4,12 +4,12 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
-  lsrtags = "pitches, staff-notation, vocal-music"
+  lsrtags = "vocal-music, pitches, staff-notation"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   doctitlees = "Añadir un ámbito por voz"
   texidoces = "
 Se puede añadir un ámbito por cada voz. En este caso, el ámbito se
@@ -17,6 +17,14 @@ debe desplazar manualmente para evitar colisiones.
 
 "
 
+%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270
+  texidocit = "
+L'ambitus può essere specificato per voce. In tal caso occorre
+spostarlo manualmente per evitare collisioni.
+
+"
+  doctitleit = "Un ambitus per voce"
+
 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
 texidocde = "
 Ambitus können pro Stimme gesetzt werden. In diesem Fall müssen sie
@@ -42,6 +50,7 @@ manually to prevent collisions.
   doctitle = "Adding ambitus per voice"
 } % begin verbatim
 
+
 \new Staff <<
   \new Voice \with {
     \consists "Ambitus_engraver"