]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/vocal-headword.ly
Imported Upstream version 2.19.45
[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.18.0"
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 "Recitativo"
32     \autoBeamOff
33     r4^\markup { \small Baritono } r a
34     \appoggiatura a8 e'2. ~
35     e4 d8[ cis d e]
36     e4 g, r8 g
37     bes2 a8 e
38     g4 f r
39     R2.*2
40     gis2 gis4
41     r4 d'4. b8
42     b4 gis8([ a b cis]
43     e8[ d cis d)] b([ gis)]
44     e8 d d4 fis8([ e)]
45     d4 cis r
46     \key d \major
47     r4 r a'
48     d4.( e8[ fis e)]
49     e([ d)] d([ cis d a)]
50     g8([ fis)] fis([ e d c)]
51     c8([ b)] g'2~
52     \once \override Script.outside-staff-priority = #1 % put fermata closer to staff
53     g4.\fermata ^\markup { \small \italic "ad libitum" } e8[ cis!] d
54     d8 a a4 r \bar "||"
55
56     % \time 4/4 \tempo "Allegro assai"
57     % R1
58     % e''4^\f d r2
59     % R1
60     % e4( ^\f d2) a8([ g)]
61   }
62   \addlyrics {
63     O Freun -- _ _ de, nicht die -- _ se Tö -- ne!
64     Son -- dern laßt uns an -- _ ge -- neh -- me -- re an -- stim -- men,
65     und freu -- _ _ _ _ _ _ _ den -- vol -- le -- re!
66     % Freu -- de, Freu -- de,__
67   }
68 }