X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fvocal-ensemble-template-with-verse-and-refrain.ly;h=fa80dbc0767d8bc72bbcc895f0e55a91bb3a1191;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=a81fe9bc7e3430ee5e8b803bb5ff4a982ccc0f37;hpb=b27579f3a9b2311232f8eb1f11403f560dcc9b17;p=lilypond.git diff --git a/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly b/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly index a81fe9bc7e..fa80dbc076 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly @@ -1,59 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.14.2" +\version "2.18.0" \header { - lsrtags = "template, vocal-music, contexts-and-engravers" - -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - - texidoces = " -Esta plantilla crea una partitura que comienza con una estrofa para -solista y continúa con un estribillo a dos voces. también muestra el -uso de silencios de separación dentro de la variable @code{\\global} -para definir cambios de compás (y otros elementos que son comunes a -todas las partes) a lo largo de toda la partitura. - -" - - doctitlees = "Estrofa para solista y estribillo a dos voces" - -%% Translation of GIT committish: 34607d3e36a93030690ccd780a7ffce621ca1e0f - texidocit = " -Questo modello crea una partitura che inizia con una sezione solistica e -prosegue in un ritornello a due voci. Illustra anche l'uso delle -pause spaziatrici all'interno della variabile @code{\\global} per definire -i cambi di tempo (e altri elementi comuni a tutte le parti) nel corso di -tutta la partitura. -" - doctitleit = "Modello per gruppo vocale con strofa e ritornello" - -%% Translation of GIT committish: 64feeff58e5ce3397de87188a08ac99f7ef8e37b - - texidocde = " -Diese Vorlage erstellt eine Partitur, die mit Sologesang beginnt und einen -Refrain für zwei Stimmen enthält. Sie zeigt auch die Benutzung von -Platzhalter-Pausen innerhalb der @code{\\global}-Variable, um Taktwechsel -(und andere Elemente, die für alle Stimmen gleich sind) für das gesamte -Stück zu definieren. - -" - doctitlede = "Sologesang und zweistimmiger Refrain" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Ce canevas illustre la manière d'agencer une œuvre vocale où le couplet -est chanté en solo et le refrain à deux voix. Vous noterez le recours -aux silences invisibles dans la variable @code{\\global}@tie{}; ils -permettent de positionner les changements de métrique et autres éléments -communs à toutes les parties et pour l'intégralité du morceau. - -" - doctitlefr = "Ensemble vocal avec couplet et refrain" + lsrtags = "contexts-and-engravers, template, vocal-music" texidoc = " This template creates a score which starts with a solo verse and @@ -66,7 +20,6 @@ score. doctitle = "Vocal ensemble template with verse and refrain" } % begin verbatim - global = { \key g \major @@ -147,8 +100,7 @@ BassLyrics = \lyricmode { \context { \Staff % these lines prevent empty staves from being printed \RemoveEmptyStaves - \override VerticalAxisGroup #'remove-first = ##t + \override VerticalAxisGroup.remove-first = ##t } } } -