summaryrefslogtreecommitdiff
path: root/Allein_Gott_in_der_Hoeh_sei_Ehr
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-02-05 20:12:35 +0100
committerErich Eckner <git@eckner.net>2021-02-05 20:12:35 +0100
commite8d6350d3047082562882631e30cb34cad05b9ed (patch)
tree235ab122554d979be5e948d2a0441cb2aa5977ef /Allein_Gott_in_der_Hoeh_sei_Ehr
parent28cb21e8c6d6a5b0db9dc1191276fdc38ba00311 (diff)
downloadMusik-e8d6350d3047082562882631e30cb34cad05b9ed.tar.xz
Allein_Gott_in_der_Hoeh_sei_Ehr: satz.ly neu
Diffstat (limited to 'Allein_Gott_in_der_Hoeh_sei_Ehr')
-rw-r--r--Allein_Gott_in_der_Hoeh_sei_Ehr/Allein_Gott_in_der_Hoeh_sei_Ehr.ly48
-rw-r--r--Allein_Gott_in_der_Hoeh_sei_Ehr/satz.ly47
2 files changed, 48 insertions, 47 deletions
diff --git a/Allein_Gott_in_der_Hoeh_sei_Ehr/Allein_Gott_in_der_Hoeh_sei_Ehr.ly b/Allein_Gott_in_der_Hoeh_sei_Ehr/Allein_Gott_in_der_Hoeh_sei_Ehr.ly
index a0f8559..0338ad4 100644
--- a/Allein_Gott_in_der_Hoeh_sei_Ehr/Allein_Gott_in_der_Hoeh_sei_Ehr.ly
+++ b/Allein_Gott_in_der_Hoeh_sei_Ehr/Allein_Gott_in_der_Hoeh_sei_Ehr.ly
@@ -12,50 +12,4 @@ include(texte.pre)
print-all-headers = ##t
}
-\score {
- \header {
- title = "Allein Gott in der Höh sei Ehr"
- composer = "Prätorius, Mich."
- }
- \new StaffGroup <<
- \new Staff <<
- \new Voice = "sopran" << \global \sopranMelodie >>
- ifdef(`STR_1', \new Lyrics \lyricsto "sopran" \sopranTextI )
- ifdef(`STR_2', \new Lyrics \lyricsto "sopran" \sopranTextII )
- >>
- \new Staff <<
- \new Voice = "alt" << \global \altMelodie >>
- ifdef(`STR_1', \new Lyrics \lyricsto "alt" \altTextI )
- ifdef(`STR_2', \new Lyrics \lyricsto "alt" \altTextII )
- >>
- \new Staff <<
- \new Voice = "maenner" << \clef "bass" \global \maennerMelodie >>
- ifdef(`STR_1', \new Lyrics \lyricsto "maenner" \maennerTextI )
- ifdef(`STR_2', \new Lyrics \lyricsto "maenner" \maennerTextII )
- >>
- >>
- \layout {
- indent = #0
- \context {
- \Score
- %% no bar lines in staves or lyrics
- \hide BarLine
- }
- %% the next two instructions keep the lyrics between the bar lines
- \context {
- \Lyrics
- \consists "Bar_engraver"
- \consists "Separating_line_group_engraver"
- }
- \context {
- \Voice
- %% Comment in the below "\remove" command to allow line
- %% breaking also at those bar lines where a note overlaps
- %% into the next measure. The command is commented out in this
- %% short example score, but especially for large scores, you
- %% will typically yield better line breaking and thus improve
- %% overall spacing if you comment in the following command.
- \remove "Forbid_line_break_engraver"
- }
- }
-}
+include(satz.pre)
diff --git a/Allein_Gott_in_der_Hoeh_sei_Ehr/satz.ly b/Allein_Gott_in_der_Hoeh_sei_Ehr/satz.ly
new file mode 100644
index 0000000..60ae8ff
--- /dev/null
+++ b/Allein_Gott_in_der_Hoeh_sei_Ehr/satz.ly
@@ -0,0 +1,47 @@
+\score {
+ \header {
+ title = "Allein Gott in der Höh sei Ehr"
+ composer = "Prätorius, Mich."
+ }
+ \new StaffGroup <<
+ \new Staff <<
+ \new Voice = "sopran" << \global \sopranMelodie >>
+ ifdef(`STR_1', \new Lyrics \lyricsto "sopran" \sopranTextI )
+ ifdef(`STR_2', \new Lyrics \lyricsto "sopran" \sopranTextII )
+ >>
+ \new Staff <<
+ \new Voice = "alt" << \global \altMelodie >>
+ ifdef(`STR_1', \new Lyrics \lyricsto "alt" \altTextI )
+ ifdef(`STR_2', \new Lyrics \lyricsto "alt" \altTextII )
+ >>
+ \new Staff <<
+ \new Voice = "maenner" << \clef "bass" \global \maennerMelodie >>
+ ifdef(`STR_1', \new Lyrics \lyricsto "maenner" \maennerTextI )
+ ifdef(`STR_2', \new Lyrics \lyricsto "maenner" \maennerTextII )
+ >>
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Score
+ %% no bar lines in staves or lyrics
+ \hide BarLine
+ }
+ %% the next two instructions keep the lyrics between the bar lines
+ \context {
+ \Lyrics
+ \consists "Bar_engraver"
+ \consists "Separating_line_group_engraver"
+ }
+ \context {
+ \Voice
+ %% Comment in the below "\remove" command to allow line
+ %% breaking also at those bar lines where a note overlaps
+ %% into the next measure. The command is commented out in this
+ %% short example score, but especially for large scores, you
+ %% will typically yield better line breaking and thus improve
+ %% overall spacing if you comment in the following command.
+ \remove "Forbid_line_break_engraver"
+ }
+ }
+}