]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hymn-template.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / hymn-template.ly
index a9b37b8cff5c4e4248163e453240a236f58d35bc..2924722cc6d9ffe57959b3015061d1740bd544d1 100644 (file)
@@ -1,20 +1,52 @@
-% Do not edit this file; it is automatically
-% generated from Documentation\snippets\new
-% This file is in the public domain.
-%% Note: this file works from version 2.13.31
-\version "2.13.31"
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.12.2"
+
 \header {
   lsrtags = "vocal-music, template"
+
+%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
+  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: 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: 26375d5016d8d180fc914bfd07cf76f4168f2e37
+
+  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 verses as stand-alone text under the music.
+starts and ends with a partial measure.  It also shows how to add the
+verses as stand-alone text under the music.
 
 "
   doctitle = "Hymn template"
 } % begin verbatim
 
-
 Timeline = {
   \time 4/4
   \tempo 4=96
@@ -102,5 +134,5 @@ global = {
 \paper {  % Start paper block
   indent = 0     % don't indent first system
   line-width = 130   % shorten line length to suit music
-  ragged-bottom = ##f   % don't justify systems on page
 }  % End paper block
+