]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hymn-template.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / hymn-template.ly
index f1dd3fb4ee593bf227291491bef9b9194a29530f..df7292e8f13c3bfde6d3d866cd621572729864ec 100644 (file)
@@ -1,42 +1,13 @@
-%% 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.12.2"
+\version "2.14.2"
 
 \header {
-  lsrtags = "vocal-music, template"
-
-%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
-  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"
+  lsrtags = "template, vocal-music"
 
   texidoc = "
 This code shows one way of setting out a hymn tune when each line
@@ -47,6 +18,7 @@ verses as stand-alone text under the music.
   doctitle = "Hymn template"
 } % begin verbatim
 
+
 Timeline = {
   \time 4/4
   \tempo 4=96
@@ -135,4 +107,3 @@ global = {
   indent = 0     % don't indent first system
   line-width = 130   % shorten line length to suit music
 }  % End paper block
-