]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/vocal-headword.ly
2de2e86547ad51ec5ad295a6f432fa699d4274ce
[lilypond.git] / Documentation / snippets / vocal-headword.ly
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
5 %%
6 %% This file is in the public domain.
7 \version "2.19.20"
8
9 \header {
10   lsrtags = "headword"
11
12   texidoc = "
13 Vocal headword
14
15 "
16   doctitle = "Vocal headword"
17 } % begin verbatim
18
19 %% http://lsr.di.unimi.it/LSR/Item?id=832
20 %% see also http://lilypond.org/doc/v2.18/Documentation/notation/vocal-music
21
22 % L. van Beethoven. Symphony No. 9 in D minor, op.125; Finale
23 % mm. 216 -- 236
24 % Text: F. von Schiller
25
26 \score {
27   \new Staff \relative c' {
28     \set Score.currentBarNumber = 216
29     \bar ""  % make first bar number be shown
30     \clef bass \key d \minor \time 3/4
31     % \tempo "Presto"
32     % \compressMMRests  R2.*8
33     \tempo "Recitativo"
34     \autoBeamOff
35     r4^\markup { \small Baritono } r a
36     \appoggiatura a8 e'2. ~
37     e4 d8[ cis d e]
38     e4 g, r8 g
39     bes2 a8 e
40     g4 f r
41     R2.*2
42     gis2 gis4
43     r4 d'4. b8
44     b4 gis8([ a b cis]
45     e8[ d cis d)] b([ gis)]
46     e8 d d4 fis8([ e)]
47     d4 cis r
48     \key d \major
49     r4 r a'
50     d4.( e8[ fis e)]
51     e([ d)] d([ cis d a)]
52     g8([ fis)] fis([ e d c)]
53     c8([ b)] g'2~
54     \once \override Script.outside-staff-priority = #1 % put fermata closer to staff
55     g4.\fermata ^\markup { \small \italic "ad libitum" } e8[ cis!] d
56     d8 a a4 r \bar "||"
57
58     % \time 4/4 \tempo "Allegro assai"
59     % R1
60     % e''4^\f d r2
61     % R1
62     % e4( ^\f d2) a8([ g)]
63   }
64   \addlyrics {
65     O Freun -- _ _ de, nicht die -- _ se Tö -- ne!
66     Son -- dern laßt uns an -- _ ge -- neh -- me -- re an -- stim -- men,
67     und freu -- _ _ _ _ _ _ _ den -- vol -- le -- re!
68     % Freu -- de, Freu -- de,__
69   }
70 }