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