diff options
author | Erich Eckner <git@eckner.net> | 2016-11-21 17:11:35 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-11-21 17:11:35 +0100 |
commit | 3d8d05f18e7b569d5f868ea237a5cdec6b11a586 (patch) | |
tree | 9cf0f33a6040cdbe0c987e8e6a41ea8f1741d832 /Ehre_sei_Gott_in_der_Hoehe | |
parent | 6bc4cae7595cb22694fceeb783dd4b98c3d5edb0 (diff) | |
download | Musik-3d8d05f18e7b569d5f868ea237a5cdec6b11a586.tar.xz |
Ehre_sei_Gott_in_der_Hoehe: Header fuer Auffuehrung zurechtgemacht
Diffstat (limited to 'Ehre_sei_Gott_in_der_Hoehe')
-rw-r--r-- | Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly b/Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly index 4525aa2..107dab3 100644 --- a/Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly +++ b/Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly @@ -1,23 +1,30 @@ \include "deutsch.ly" +#(ly:set-option 'relative-includes #t) \include "stimmen.ly" \include "texte.ly" +#(ly:set-option 'relative-includes #f) %spezifisch% \pointAndClickOff -\header { - title = "Ehre sei Gott in der Höhe" - %poet = "aus: Sechs vierstimmige Hymnen oder Figuralgesänge, op. 9,2" - composer = "Friedrich Silcher (1789-1860)" - arranger = "Text: Lukas 2,14 / Paul Gerhardt (1607-1676)" - tagline = "" -} \paper { top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" } \score { + \header { + title = "Ehre sei Gott in der Höhe" + %poet = "aus: Sechs vierstimmige Hymnen oder Figuralgesänge, op. 9,2" + composer = "Friedrich Silcher (1789-1860)" + arranger = "Text: Lukas 2,14 / Paul Gerhardt (1607-1676)" + } + \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = sopranText { } |