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