X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fhymn-template.ly;fp=Documentation%2Fsnippets%2Fhymn-template.ly;h=a6b6004a431f27fd67be4076b80c72f897a1efe8;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=378295056f2b05953c79a09a173653fd751464d5;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/snippets/hymn-template.ly b/Documentation/snippets/hymn-template.ly index 378295056f..a6b6004a43 100644 --- a/Documentation/snippets/hymn-template.ly +++ b/Documentation/snippets/hymn-template.ly @@ -4,54 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { -%% Translation of GIT committish: 4077120c18ac1dc490501b3d7d5886bc93e61a42 - 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" - - lsrtags = "vocal-music, template" - - - - -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - 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 @@ -62,6 +18,7 @@ verses as stand-alone text under the music. doctitle = "Hymn template" } % begin verbatim + Timeline = { \time 4/4 \tempo 4=96 @@ -150,4 +107,3 @@ global = { indent = 0 % don't indent first system line-width = 130 % shorten line length to suit music } % End paper block -