]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/combining-two-parts-on-the-same-staff.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / combining-two-parts-on-the-same-staff.ly
index 32a62bd8efd710c1a8ded11651ee4308e9188870..ff6990a062a666b4926308e2c00c0c220cf38d63 100644 (file)
@@ -1,10 +1,31 @@
 %% 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.49"
+\version "2.12.3"
 
 \header {
   lsrtags = "simultaneous-notes, text"
 
+  texidoces = "
+La herramienta de combinación de partes ( instrucción
+@code{\\partcombine}) permite la combinación de varias partes
+diferentes sobre el mismo pentagrama.  Las indicaciones textuales
+tales como \"solo\" o \"a2\" se añaden de forma predeterminada;
+para quitarlas, sencillamente establezca la propiedad
+@code{printPartCombineTexts} al valor \"falso\".  Para partituras
+vocales (como himnos), no hay necesidad de añadir los textos
+\"solo\" o \"a2\", por lo que se deben desactivar.  Sin embargo,
+podría ser mejor no usarlo si hay solos, porque éstos no se
+indicarán.  En tales casos podría ser preferible la notación
+polifónica estándar.
+
+Este fragmento de código presenta las tres formas en que se pueden
+imprimir dos partes sobre un solo pentagrama: polifonía estándar,
+@code{\\partcombine} sin textos, y @code{\\partcombine} con
+textos.
+
+"
+  doctitlees = "Combinar dos partes sobre el mismo pentagrama"
+
   texidoc = "
 The part combiner tool ( @code{\\partcombine} command ) allows the
 combination of several different parts on the same staff.  Text
@@ -26,6 +47,7 @@ staff: standard polyphony, @code{\\partcombine} without texts, and
 "
   doctitle = "Combining two parts on the same staff"
 } % begin verbatim
+
 musicUp = \relative c'' {
   \time 4/4
   a4 c4.( g8) a4 |
@@ -64,3 +86,4 @@ musicDown = \relative c'' {
     }
   }
 }
+