X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-partcombine-texts.ly;h=4cd81099656f6c31823652b6c9010d9b22225c45;hb=17fecdfc86780cccffdf8fb91a1394da2980860a;hp=e98099f9bb5c6739c69c1e1b4751e4dec1204df0;hpb=b01ca49c05566b73d690ae84fda6040b24fcf73f;p=lilypond.git diff --git a/Documentation/snippets/changing-partcombine-texts.ly b/Documentation/snippets/changing-partcombine-texts.ly index e98099f9bb..4cd8109965 100644 --- a/Documentation/snippets/changing-partcombine-texts.ly +++ b/Documentation/snippets/changing-partcombine-texts.ly @@ -4,39 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { lsrtags = "simultaneous-notes" -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - texidoces = " -Al utilizar la posibilidad de combinación automática de partes, se -puede modificar el texto que se imprime para las secciones de solo -y de unísono: - -" - doctitlees = "Cambiar los textos de partcombine" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Wenn Stimmen automatisch kombiniert werden, kann der Text, der für -Solo- und Unisono-Stellen ausgegeben wird, geändert werden: - -" - doctitlede = "Partcombine-Text ändern" - -%% Translation of GIT committish: 1baa2adf57c84e8d50e6907416eadb93e2e2eb5c - texidocfr = " -Lorsque vous regroupez automatiquement des parties, vous pouvez -modifier le texte qui sera affiché pour les solos et pour les parties à -l'unisson : - -" - doctitlefr = "Modification des indications de parties combinées" - - texidoc = " When using the automatic part combining feature, the printed text for the solo and unison sections may be changed: @@ -45,6 +17,7 @@ the solo and unison sections may be changed: doctitle = "Changing partcombine texts" } % begin verbatim + \new Staff << \set Staff.soloText = #"girl" \set Staff.soloIIText = #"boy" @@ -59,4 +32,3 @@ the solo and unison sections may be changed: a2 g } >> -