]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hymn-template.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / hymn-template.ly
index 22af0c489af0e9943e8feda021b79a6c388aecb0..a6b6004a431f27fd67be4076b80c72f897a1efe8 100644 (file)
@@ -4,52 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
   lsrtags = "template, vocal-music"
 
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  texidoces = "
-  Este fragmento de código muestra una forma de preparar un himno cuando
-cada línea comienza con un compás parcial.  También muestra cómo
-añadir los versos como texto independiente debajo de la música.
-
-"
-
-  doctitlees = "Plantilla para himnos"
-
-%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c
-  texidocit = "
-Il codice seguente presenta un modo di impostare un inno in cui ogni verso
-inizia e finisce con una misura parziale.  Mostra anche come aggiungere delle
-strofe come testo separato sotto la musica.
-
-"
-  doctitleit = "Modello per inno"
-
-%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
-
-  texidocde = "
-Dieses Beispiel zeigt eine Möglichkeit, eine Hymnusmelodie zu setzen, in
-der jede Zeiel mit einem Auftakt beginnt und einem unvollständigen
-Takt abschließt.  Es zeigt auch, wie man die Strophen als allein stehenden
-Text unter die Noten hinzufügt.
-
-"
-  doctitlede = "Hymnus-Vorlage"
-
-
-%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
-  texidocfr = "
-Le code ci-dessous illustre la manière d'agencer un cantique liturgique
-dans lequel chaque ligne débute et se termine par une mesure incomplète.
-Vous noterez par ailleurs l'affichage des paroles indépendamment de la
-musique.
-
-"
-  doctitlefr = "Modèle pour cantique"
-
   texidoc = "
 This code shows one way of setting out a hymn tune when each line
 starts and ends with a partial measure.  It also shows how to add the
@@ -148,4 +107,3 @@ global = {
   indent = 0     % don't indent first system
   line-width = 130   % shorten line length to suit music
 }  % End paper block
-