]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hymn-template.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / hymn-template.ly
index c536f11116fd6ab502243e6597fd87dcbfbaf147..d5bd969eb5bd5ffa28d5bdbd29e027828cde5f9b 100644 (file)
@@ -1,13 +1,45 @@
-%% 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.31"
+\version "2.14.2"
 
 \header {
-  lsrtags = "vocal-music, template"
+  lsrtags = "template, vocal-music"
 
-%% Translation of GIT committish: 26375d5016d8d180fc914bfd07cf76f4168f2e37
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
+  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.
@@ -26,6 +58,7 @@ verses as stand-alone text under the music.
   doctitle = "Hymn template"
 } % begin verbatim
 
+
 Timeline = {
   \time 4/4
   \tempo 4=96
@@ -114,3 +147,4 @@ global = {
   indent = 0     % don't indent first system
   line-width = 130   % shorten line length to suit music
 }  % End paper block
+