1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.di.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
6 %% This file is in the public domain.
10 lsrtags = "template, vocal-music"
13 This code shows one way of setting out a hymn tune when each line
14 starts and ends with a partial measure. It also shows how to add the
15 verses as stand-alone text under the music.
18 doctitle = "Hymn template"
25 s2 | s1 | s2 \breathe s2 | s1 | s2 \bar "||" \break
26 s2 | s1 | s2 \breathe s2 | s1 | s2 \bar "||"
29 SopranoMusic = \relative g' {
30 g4 g | g g g g | g g g g | g g g g | g2
31 g4 g | g g g g | g g g g | g g g g | g2
34 AltoMusic = \relative c' {
35 d4 d | d d d d | d d d d | d d d d | d2
36 d4 d | d d d d | d d d d | d d d d | d2
39 TenorMusic = \relative a {
40 b4 b | b b b b | b b b b | b b b b | b2
41 b4 b | b b b b | b b b b | b b b b | b2
44 BassMusic = \relative g {
45 g4 g | g g g g | g g g g | g g g g | g2
46 g4 g | g g g g | g g g g | g g g g | g2
53 \score { % Start score
55 \new PianoStaff << % Start pianostaff
56 \new Staff << % Start Staff = RH
59 \new Voice = "Soprano" << % Start Voice = "Soprano"
63 >> % End Voice = "Soprano"
64 \new Voice = "Alto" << % Start Voice = "Alto"
68 >> % End Voice = "Alto"
70 \new Staff << % Start Staff = LH
73 \new Voice = "Tenor" << % Start Voice = "Tenor"
77 >> % End Voice = "Tenor"
78 \new Voice = "Bass" << % Start Voice = "Bass"
82 >> % End Voice = "Bass"
94 "This is line one of the first verse"
95 "This is line two of the same"
96 "And here's line three of the first verse"
97 "And the last line of the same"
105 \paper { % Start paper block
106 indent = 0 % don't indent first system
107 line-width = 130 % shorten line length to suit music