X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-partcombine-texts.ly;h=4cd81099656f6c31823652b6c9010d9b22225c45;hb=2188505a75fb36893b0ec261c6bc194a201ec66e;hp=682ae258758f0dab643258e66f4c747fb1368864;hpb=162b5d842f34770c92b173878348a0afcc81f281;p=lilypond.git diff --git a/Documentation/snippets/changing-partcombine-texts.ly b/Documentation/snippets/changing-partcombine-texts.ly index 682ae25875..4cd8109965 100644 --- a/Documentation/snippets/changing-partcombine-texts.ly +++ b/Documentation/snippets/changing-partcombine-texts.ly @@ -1,39 +1,14 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.16" +\version "2.16.0" \header { lsrtags = "simultaneous-notes" -%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549 - 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: @@ -42,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" @@ -56,4 +32,3 @@ the solo and unison sections may be changed: a2 g } >> -