]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hymn-template.ly
Run scripts/auxiliar/makelsr.py
[lilypond.git] / Documentation / snippets / hymn-template.ly
index a9b37b8cff5c4e4248163e453240a236f58d35bc..d748938d094f4b3c8ff99ed82c94ade3aa3fb401 100644 (file)
@@ -1,20 +1,23 @@
-% 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 manually; it is automatically
+%% generated from LSR http://lsr.di.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.18.0"
+
 \header {
-  lsrtags = "vocal-music, template"
+  lsrtags = "template, vocal-music"
+
   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 +105,4 @@ 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