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