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