From e8d6350d3047082562882631e30cb34cad05b9ed Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Feb 2021 20:12:35 +0100 Subject: Allein_Gott_in_der_Hoeh_sei_Ehr: satz.ly neu --- .../Allein_Gott_in_der_Hoeh_sei_Ehr.ly | 48 +--------------------- Allein_Gott_in_der_Hoeh_sei_Ehr/satz.ly | 47 +++++++++++++++++++++ 2 files changed, 48 insertions(+), 47 deletions(-) create mode 100644 Allein_Gott_in_der_Hoeh_sei_Ehr/satz.ly (limited to 'Allein_Gott_in_der_Hoeh_sei_Ehr') 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" + } + } +} -- cgit v1.2.3-70-g09d2